view ci/config.mk.clang-12.sed @ 27078:94e38672014a v8.2.4068

patch 8.2.4068: Vim9: import test fails Commit: https://github.com/vim/vim/commit/f479cac084c7ddd9f20944c8978d39f3ef092868 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 12 12:54:55 2022 +0000 patch 8.2.4068: Vim9: import test fails Problem: Vim9: import test fails. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Jan 2022 14:00:07 +0100
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/