annotate ci/config.mk.sed @ 25580:540ac90ccb0c

Added tag v8.2.3326 for changeset d8fb5bb88362d3e79f24319c06cae1ad07c7a5bc
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Aug 2021 23:00:06 +0200
parents 6564dafe5005
children fccd67ae58c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20548
6564dafe5005 patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents: 19971
diff changeset
1 /^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
6564dafe5005 patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents: 19971
diff changeset
2 /^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/