1
0
forked from aniani/vim
Files
vim/ci/config.mk.gcc.sed
Bram Moolenaar 81ea1dfb97 patch 8.2.0541: Travis CI does not give compiler warnings
Problem:    Travis CI does not give compiler warnings.
Solution:   Add flags for warnings.  Fix uncovered problems. (Ozaki Kiichi,
            closes #5898)
2020-04-11 18:01:41 +02:00

2 lines
48 B
Sed

/^CFLAGS\b/s/$/ -Wno-error=maybe-uninitialized/