view ci/config.mk.clang-12.sed @ 31987:86e4e74f473c

Added tag v9.0.1325 for changeset e0e1ba7daaf4a4ffcb94d4346562ac7e39f5c479
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Feb 2023 15:30:05 +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/