view ci/config.mk.clang-12.sed @ 36339:5b35a9357970 draft v9.1.0792

patch 9.1.0792: tests: Test_set_values() is not comprehensive enough Commit: https://github.com/vim/vim/commit/cc15bbcbc471a206e995e147a09a0720b9f35a38 Author: Milly <milly.ca@gmail.com> Date: Fri Oct 18 19:58:04 2024 +0200 patch 9.1.0792: tests: Test_set_values() is not comprehensive enough Problem: tests: Test_set_values() is not comprehensive enough Solution: Add a lot more test cases (Milly) closes: #15892 Signed-off-by: Milly <milly.ca@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 18 Oct 2024 20:15:12 +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/