view ci/config.mk.clang-12.sed @ 33659:867fa40377c1

runtime(doc): clarify bracketed paste mode Commit: https://github.com/vim/vim/commit/5f5131d775bf9966976e39aa38b070036cbfe969 Author: Christian Brabandt <cb@256bit.org> Date: Wed Oct 25 21:44:26 2023 +0200 runtime(doc): clarify bracketed paste mode related: https://github.com/vim/vim/issues/13398 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 25 Oct 2023 22:00:03 +0200
parents 9b35b4c6df4c
children
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 -Wno-compound-token-split-by-macro/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/