Mercurial > vim
annotate ci/config.mk.sed @ 23910:6cfb5e0231e0
Added tag v8.2.2497 for changeset 5db7d275543cc109d67231ed733e1e596ab689fc
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 10 Feb 2021 22:30:07 +0100 |
parents | 6564dafe5005 |
children | fccd67ae58c8 |
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/ |