Mercurial > vim
annotate ci/config.mk.clang.sed @ 33520:3ea4f0cb88ac
Added tag v9.0.2008 for changeset 9590b7cf5a51a0795e4d89b8cf23932b8973074b
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 09 Oct 2023 18:15:06 +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/ |