annotate ci/config.mk.clang.sed @ 32176:50f887578908 v9.0.1419

patch 9.0.1419: Lean files are not recognized Commit: https://github.com/vim/vim/commit/4a5c39fc52a73d46ac77cf574f765a465befc3c0 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Tue Mar 21 19:57:33 2023 +0000 patch 9.0.1419: Lean files are not recognized Problem: Lean files are not recognized. Solution: Add a pattern for Lean files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12177)
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Mar 2023 21:00:07 +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/