summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-11-26 14:36:55 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-11-26 14:36:55 -0200
commitdc4c459546e82a66b3eb22b63701fabb8f8d4fd8 (patch)
tree1bc82395d71e1b618bc380fb352aabe2a2c12478 /makefile
parent19a6c3874551719f0fab72465339e6d46148396f (diff)
downloadlua-github-dc4c459546e82a66b3eb22b63701fabb8f8d4fd8.tar.gz
a few new warnings
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0d5a42b9..84934391 100644
--- a/makefile
+++ b/makefile
@@ -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 \