view ci/config.mk.clang-12.sed @ 31193:4e0ce485ef64

Added tag v9.0.0930 for changeset dcde141f2d1e4bd613b0cabf6ee7c9a7411f0127
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Nov 2022 21: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/