view ci/config.mk.clang.sed @ 22145:e6fb7f627448 v8.2.1622

patch 8.2.1622: loop to handle keys for the command line is too long Commit: https://github.com/vim/vim/commit/2f3cd2e4ec5617e3697ec4f4c6e1c9449061ad30 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 6 15:54:00 2020 +0200 patch 8.2.1622: loop to handle keys for the command line is too long Problem: Loop to handle keys for the command line is too long. Solution: Move code to functions. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6880)
author Bram Moolenaar <Bram@vim.org>
date Sun, 06 Sep 2020 16:00:05 +0200
parents 6564dafe5005
children f719577ddae6
line wrap: on
line source

/^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=missing-field-initializers/
/^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/