commit 4f0c716c8e5fbd58646ecf27cfeff428d568fa42
parent 70b0ee63106e0f66890e76cc7304ded4e9417f90
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Fri, 15 Mar 2013 10:59:43 -0300
added two more commented warning options (just to know about them)
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/makefile b/makefile
@@ -17,6 +17,8 @@ CWARNSC=-pedantic -Wextra \
-Wdisabled-optimization \
-Wstrict-aliasing \
# the next warnings generate to much noise, so they are disabled
+ # -Wsign-conversion \
+ # -Wconversion \
# -Wlogical-op \
# -Wstrict-overflow=2 \
# -Wformat=2 \