annotate ci/config.mk.clang.sed @ 31265:a7cc6caf1947 v9.0.0966

patch 9.0.0966: some compilers don't allow a declaration after a label Commit: https://github.com/vim/vim/commit/f86490ed4fdab213a28f667abd055c023a73d645 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 28 19:11:02 2022 +0000 patch 9.0.0966: some compilers don't allow a declaration after a label Problem: Some compilers don't allow a declaration after a label. Solution: Move the declaration to the start of the block. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Nov 2022 20:15:03 +0100
parents fccd67ae58c8
children
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/
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/