view ci/config.mk.clang-12.sed @ 31128:bb1964a6cf1c

Added tag v9.0.0898 for changeset 92b929203a4fc5e83e874e25b47e86230416cf1a
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Nov 2022 20:15:06 +0100
parents fccd67ae58c8
children 9b35b4c6df4c
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/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/