view ci/config.mk.sed @ 27694:4af6dc1cc1c8 v8.2.4373

patch 8.2.4373: expression test fails Commit: https://github.com/vim/vim/commit/c87aa34dfd68e95e4b1aac96d2274fcd672753ac Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 13 20:46:18 2022 +0000 patch 8.2.4373: expression test fails Problem: Expression test fails. Solution: Make the test work with latest Vim9 syntax.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Feb 2022 22:00:02 +0100
parents fccd67ae58c8
children d83068c95ba0
line wrap: on
line source

/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter/