annotate ci/config.mk.sed @ 20493:39b0887c7768

Added tag v8.2.0800 for changeset 947e50e438d3bd6a6e52e4cf06ba039907474e46
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 May 2020 22:45:03 +0200
parents a042d2a3b13d
children 6564dafe5005
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19971
a042d2a3b13d patch 8.2.0541: Travis CI does not give compiler warnings
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
1 /^CFLAGS\b/s/$/ -Wall -Wextra -Wshadow -Werror/
a042d2a3b13d patch 8.2.0541: Travis CI does not give compiler warnings
Bram Moolenaar <Bram@vim.org>
parents:
diff changeset
2 /^PERL_CFLAGS\b/s/$/ -Wno-error=unused-function/