annotate ci/config.mk.clang.sed @ 24568:3671ff322103

Added tag v8.2.2823 for changeset d5b5267595c543c43c4b9dec4423329f20351522
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 May 2021 14:00:04 +0200
parents b9d94953d3e6
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/$/ -Wno-error=missing-field-initializers/
23396
b9d94953d3e6 patch 8.2.2241: Build with Ruby and clang may fail
Bram Moolenaar <Bram@vim.org>
parents: 23384
diff changeset
2 /^RUBY_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/