view ci/config.mk.clang-12.sed @ 28644:0c63014c2513 v8.2.4846

patch 8.2.4846: termcodes test fails Commit: https://github.com/vim/vim/commit/bad8a013c238595aa206690210eb1367fbc878f9 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 29 16:44:00 2022 +0100 patch 8.2.4846: termcodes test fails Problem: Termcodes test fails. Solution: use CTRL-SHIFT-V to insert an unsimplified key. (closes https://github.com/vim/vim/issues/10316)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Apr 2022 17:45: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/