commit dbf911c516acc51770f99f362e59cd32b621b3b8
parent 3a29087cb7d08a2693c9eecd82cf2ce13551e450
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Fri, 2 Jan 2015 11:03:27 -0200
detail (added -Wconversion as a comment, to be used ocasionally)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/makefile b/makefile
@@ -17,6 +17,7 @@ CWARNSCPP= \
-Wdisabled-optimization \
-Wstrict-aliasing \
# the next warnings generate to much noise, so they are disabled
+ # -Wconversion -Wno-sign-conversion \
# -Wsign-conversion \
# -Wconversion \
# -Wlogical-op \