Mercurial > vim
annotate ci/config.mk.clang.sed @ 30623:22b985817601
Added tag v9.0.0646 for changeset ffd6e3bd65b89cd7b8cdd0214acc82e9a47f3c81
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 03 Oct 2022 15:15:05 +0200 |
parents | fccd67ae58c8 |
children |
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/$/ -Wno-error=missing-field-initializers/ |
26788
fccd67ae58c8
patch 8.2.3922: cannot build with dynamic Ruby 3.1
Bram Moolenaar <Bram@vim.org>
parents:
23396
diff
changeset
|
2 /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/ |