view ci/config.mk.clang-12.sed @ 34605:6d3a5ef458cd v9.1.0194

patch 9.1.0194: gcc complains about uninitialized var Commit: https://github.com/vim/vim/commit/9eb236f455df75af858a37a3d98f190c977deaf4 Author: Christian Brabandt <cb@256bit.org> Date: Thu Mar 21 20:12:59 2024 +0100 patch 9.1.0194: gcc complains about uninitialized var Problem: gcc complains about uninitialized var (Tony Mechelynck) Solution: initialize to NULL Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Mar 2024 20:15:02 +0100
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/