a few new warnings

This commit is contained in:
Roberto Ierusalimschy 2009-11-26 14:36:55 -02:00
parent 19a6c38745
commit dc4c459546
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ CWARNS= -pedantic -Wextra \
-Wstrict-prototypes \
-Wundef \
-Wwrite-strings \
-Wc++-compat \
-Wold-style-definition \
-Wredundant-decls \
-Wdisabled-optimization \
# -Wlogical-op \
# -Wformat=2 \
# -Wstrict-overflow=5 \
# -Wcast-qual \