view ci/config.mk.sed @ 27918:7d70b420de00 v8.2.4484

patch 8.2.4484: Vim9: some error messages are not tested Commit: https://github.com/vim/vim/commit/1983f1aa315711852174be1b7089f71e24c19e27 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 28 20:55:02 2022 +0000 patch 8.2.4484: Vim9: some error messages are not tested Problem: Vim9: some error messages are not tested. Solution: Add a few more test cases. Delete dead code.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 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/