mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02: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/
|