view ci/config.mk.sed @ 30972:62a42d860d87 v9.0.0821

patch 9.0.0820: memory leak with empty shell command Commit: https://github.com/vim/vim/commit/86e6717ace4f5e00eaeb84b59e3fc92bca548155 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 31 12:24:12 2022 +0000 patch 9.0.0820: memory leak with empty shell command Problem: Memory leak with empty shell command. Solution: Free the empty string.
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 11:18:51 +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/