1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-15 14:27:53 +01:00
vim/ci/config.mk.gcc.sed
Bram Moolenaar 92c098d18e patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Problem:    Travis: regexp patttern doesn't work everywhere.
Solution:   Use [:blank:] instead of \b. (Ozaki Kiichi, closes )
2020-05-26 20:09:11 +02:00

1 line
59 B
Sed

/^CFLAGS[[:blank:]]*=/s/$/ -Wno-error=maybe-uninitialized/