blob: 6b59a18011d17d06fbf93491a4ca1f1894fd9e16 [file] [log] [blame]
ichizokdee78e12021-12-09 21:08:01 +00001# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default.
Yee Cheng Chinf7f746b2023-09-30 12:28:50 +02002/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro -Wno-compound-token-split-by-macro/
ichizok8bb3fe42021-12-28 15:51:45 +00003/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/