Ver código fonte

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

Roberto Ierusalimschy 10 anos atrás
pai
commit
dbf911c516
1 arquivos alterados com 1 adições e 0 exclusões
  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 \