view ci/config.mk.clang-12.sed @ 31422:c3c8136ecfa0 v9.0.1044

patch 9.0.1044: setting window height using Python may cause errors Commit: https://github.com/vim/vim/commit/6c87bbb4e45515e70ac1728cabd1451063bf427d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 10 11:17:11 2022 +0000 patch 9.0.1044: setting window height using Python may cause errors Problem: Setting window height using Python may cause errors. Solution: When setting "curwin" also set "curbuf". (closes https://github.com/vim/vim/issues/11687)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Dec 2022 12:30:03 +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/