Browse Source

detail (added -Wconversion as a comment, to be used ocasionally)

Roberto Ierusalimschy 10 years ago
parent
commit
dbf911c516
1 changed files with 1 additions and 0 deletions
  1. 1 0
      makefile

+ 1 - 0
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 \