forked from aniani/vim
Problem: Travis CI does not give compiler warnings.
Solution: Add flags for warnings. Fix uncovered problems. (Ozaki Kiichi,
closes #5898)
3 lines
97 B
Sed
3 lines
97 B
Sed
/^CFLAGS\b/s/$/ -Wall -Wextra -Wshadow -Werror/
|
|
/^PERL_CFLAGS\b/s/$/ -Wno-error=unused-function/
|