view ci/config.mk.clang-12.sed @ 29283:fed16adfe353 v8.2.5159

patch 8.2.5159: fix for CTRL-key combinations causes problems Commit: https://github.com/vim/vim/commit/7bb6d56cfc8ac82dea323f6799a773d7fa3286a8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 25 13:48:25 2022 +0100 patch 8.2.5159: fix for CTRL-key combinations causes problems Problem: Fix for CTRL-key combinations causes more problems than it solves. Solution: Roll back the change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jun 2022 15:00: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/