view ci/config.mk.clang-12.sed @ 33003:a7eeea10ef21

Added tag v9.0.1793 for changeset b4efdb3357f7f24b68e584ef9170a09cdd882e2c
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 18:30:06 +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/