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 #6146)
2020-05-26 20:09:11 +02:00

1 line
59 B
Sed

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