view ci/config.mk.clang-12.sed @ 30380:a0e10d2f2b44

Added tag v9.0.0525 for changeset 25e3121ed316bd06e49dfc6c39c94aa901b20cdc
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 23:15:05 +0200
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/