view ci/config.mk.clang-12.sed @ 28572:3c7f1b3ae427 v8.2.4810

patch 8.2.4810: missing changes in one file Commit: https://github.com/vim/vim/commit/56dba60216a1bf72c1de299316f4d4ef19e50ad5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 23 11:03:58 2022 +0100 patch 8.2.4810: missing changes in one file Problem: Missing changes in one file. Solution: Also change the struct initializers.
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Apr 2022 12:15:03 +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/