view ci/config.mk.clang-12.sed @ 30212:03f246119b4a

Added tag v9.0.0441 for changeset 6ed06ffc582188cb65a026d2d744ebe8f07c9734
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 13:15:04 +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/