1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-19 08:15:10 +01:00
vim/ci/config.mk.clang.sed
ichizok 8bb3fe4d4d patch 8.2.3922: cannot build with dynamic Ruby 3.1
Problem:    Cannot build with dynamic Ruby 3.1.
Solution:   Add "_EXTRA" variables for CI.  Add missing functions. (Ozaki
            Kiichi, closes )
2021-12-28 15:51:45 +00:00

2 lines
165 B
Sed

/^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=missing-field-initializers/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unknown-attributes -Wno-error=ignored-attributes/