view ci/config.mk.clang-12.sed @ 28562:e96111a91a21 v8.2.4805

patch 8.2.4805: CurSearch used for all matches in current line Commit: https://github.com/vim/vim/commit/9b36750640e8e89f18afa1446ed80fdbdf0fcac0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 20:07:21 2022 +0100 patch 8.2.4805: CurSearch used for all matches in current line Problem: CurSearch used for all matches in current line. Solution: Don't use the non-zero line count. (closes https://github.com/vim/vim/issues/10247)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Apr 2022 21:15:05 +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/