view ci/config.mk.clang-12.sed @ 28660:a3bcb2a30572 v8.2.4854

patch 8.2.4854: array size does not match usage Commit: https://github.com/vim/vim/commit/2f7e00a8aeceaf1d682d9e797149c1c51654ff68 Author: Christian Brabandt <cb@256bit.org> Date: Mon May 2 00:06:51 2022 +0100 patch 8.2.4854: array size does not match usage Problem: Array size does not match usage. Solution: Make array size 3 instead of 4. (Christian Brabandt, closes https://github.com/vim/vim/issues/10336)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 01:15:04 +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/