view ci/config.mk.clang-12.sed @ 26487:24b0a8540cf4

Added tag v8.2.3773 for changeset 8d598308f113ea43ac9b25c5cd056aa8e6baa724
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Dec 2021 13:15:03 +0100
parents cf986610be6a
children fccd67ae58c8
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[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/
/^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/