view ci/config.mk.sed @ 31696:57248cc8bd70 v9.0.1180

patch 9.0.1180: compiler warnings without the +job feature Commit: https://github.com/vim/vim/commit/bcbfaf32e02a92a6d6d35fc409b1b16aa931e3fa Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 11 19:11:15 2023 +0000 patch 9.0.1180: compiler warnings without the +job feature Problem: Compiler warnings without the +job feature. Solution: Adjust #ifdefs. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Jan 2023 20:15: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/