annotate ci/config.mk.clang.sed @ 29980:f0952e40de8e v9.0.0328

patch 9.0.0328: OLD_DIGRAPHS is unused Commit: https://github.com/vim/vim/commit/e27d6e6382795e86ea4dd3a86396350a4c29b6fb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 15:05:30 2022 +0100 patch 9.0.0328: OLD_DIGRAPHS is unused Problem: OLD_DIGRAPHS is unused. Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS.
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Aug 2022 16:15:04 +0200
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/