view ci/config.mk.sed @ 31277:68d13970fe8b v9.0.0972

patch 9.0.0972: build failure on some systems Commit: https://github.com/vim/vim/commit/4e6072b8d3e7ad85d2ca010c9172c2bdcdc62f44 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 29 16:09:18 2022 +0000 patch 9.0.0972: build failure on some systems Problem: Build failure on some systems. Solution: Adjust #ifdefs related to the termresponse feature.
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Nov 2022 17:15:03 +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/