view ci/config.mk.sed @ 24323:7759374c4464 v8.2.2702

patch 8.2.2702: compiler completion test fails when more scripts are added Commit: https://github.com/vim/vim/commit/c17ba791a9edfa12926ce29f1eef39044bee5ab7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 19:07:05 2021 +0200 patch 8.2.2702: compiler completion test fails when more scripts are added Problem: Compiler completion test fails when more scripts are added. Solution: Add a more generic pattern.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 19:15:04 +0200
parents 6564dafe5005
children fccd67ae58c8
line wrap: on
line source

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