summaryrefslogtreecommitdiff
path: root/ci/config.mk.clang-12.sed
blob: e305c5966c93fa7eaefb9557e5634a3fe17a8f97 (plain)
1
2
3
# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default.
/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/
/^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/