Mercurial > vim
view ci/config.mk.clang-12.sed @ 34210:c12a674080bc
Added tag v9.1.0053 for changeset 9ec1021cc7f1afe5aac3fb2bfd8abfc428391f12
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 25 Jan 2024 21:30:03 +0100 |
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/