diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 14:36:55 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 14:36:55 -0200 |
commit | dc4c459546e82a66b3eb22b63701fabb8f8d4fd8 (patch) | |
tree | 1bc82395d71e1b618bc380fb352aabe2a2c12478 /makefile | |
parent | 19a6c3874551719f0fab72465339e6d46148396f (diff) | |
download | lua-dc4c459546e82a66b3eb22b63701fabb8f8d4fd8.tar.gz lua-dc4c459546e82a66b3eb22b63701fabb8f8d4fd8.tar.bz2 lua-dc4c459546e82a66b3eb22b63701fabb8f8d4fd8.zip |
a few new warnings
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,13 @@ CWARNS= -pedantic -Wextra \ | |||
17 | -Wstrict-prototypes \ | 17 | -Wstrict-prototypes \ |
18 | -Wundef \ | 18 | -Wundef \ |
19 | -Wwrite-strings \ | 19 | -Wwrite-strings \ |
20 | -Wc++-compat \ | ||
21 | -Wold-style-definition \ | ||
22 | -Wredundant-decls \ | ||
23 | -Wdisabled-optimization \ | ||
24 | # -Wlogical-op \ | ||
25 | # -Wformat=2 \ | ||
26 | # -Wstrict-overflow=5 \ | ||
20 | # -Wcast-qual \ | 27 | # -Wcast-qual \ |
21 | 28 | ||
22 | 29 | ||