view ci/config.mk.sed @ 27034:b31cc7630773 v8.2.4046

patch 8.2.4046: some error messages not in the right place Commit: https://github.com/vim/vim/commit/b2810f123cbf4b585f8bc5f0e594a6690d95729a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 21:38:52 2022 +0000 patch 8.2.4046: some error messages not in the right place Problem: Some error messages not in the right place. Solution: Adjust the errors file. Fix typo.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 22:45: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/