view ci/config.mk.clang-12.sed @ 31298:3d32836ec216

Added tag v9.0.0982 for changeset d7a532c4d18de73d8b3fb44a44a9dd2bfe172c5e
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Dec 2022 19:45:04 +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/