view ci/config.mk.sed @ 29401:23f44007f65d v9.0.0043

patch 9.0.0043: insufficient testing for bracket commands Commit: https://github.com/vim/vim/commit/cf34434b5e840dda4a21cd9c0bee24e3e43a674d Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Jul 6 12:57:31 2022 +0100 patch 9.0.0043: insufficient testing for bracket commands Problem: Insufficient testing for bracket commands. Solution: Add a few more tests. (closes https://github.com/vim/vim/issues/10668)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Jul 2022 14:00:05 +0200
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/