mirror of
https://github.com/zoriya/vim.git
synced 2026-06-07 13:36:47 +00:00
81ea1dfb97
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/
|