view ci/config.mk.sed @ 29222:6b4c1ca1436e v8.2.5130

patch 8.2.5130: edit test for mode message fails when using valgrind Commit: https://github.com/vim/vim/commit/c5382b667ac4b69ddff5b5bc562386843bc9c07b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 19 15:22:36 2022 +0100 patch 8.2.5130: edit test for mode message fails when using valgrind Problem: Edit test for mode message fails when using valgrind. Solution: Use WaitForAssert(). Run beep test later.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Jun 2022 16:30:03 +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/