view ci/config.mk.clang-12.sed @ 29469:86eac190ec42 v9.0.0076

patch 9.0.0076: no test for what patch 8.1.1424 fixes Commit: https://github.com/vim/vim/commit/92a1678d488b7d023ddf2cd493a6ee0d7fcf1928 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Jul 26 12:24:41 2022 +0100 patch 9.0.0076: no test for what patch 8.1.1424 fixes Problem: No test for what patch 8.1.1424 fixes. Solution: Add a test. (closes https://github.com/vim/vim/issues/10789)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 13:30: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/