view ci/config.mk.clang-12.sed @ 29052:e91e749ac101 v8.2.5048

patch 8.2.5048: when using XIM the gui test may fail Commit: https://github.com/vim/vim/commit/b5912e0643dc21b1b88c517d3ac1282eba57293d Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 31 17:03:14 2022 +0100 patch 8.2.5048: when using XIM the gui test may fail Problem: When using XIM the gui test may fail. Solution: Only use --not-a-term when not using XIM.
author Bram Moolenaar <Bram@vim.org>
date Tue, 31 May 2022 18: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/