view ci/config.mk.clang-12.sed @ 33610:0ca9c54620a6

Added tag v9.0.2048 for changeset 129f04151d7595efad32fa6f3c36457ca29ee55b
author Christian Brabandt <cb@256bit.org>
date Wed, 18 Oct 2023 12:15:05 +0200
parents 9b35b4c6df4c
children
line wrap: on
line source

# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default.
/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro -Wno-compound-token-split-by-macro/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/