Explorar o código

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

Roberto Ierusalimschy %!s(int64=10) %!d(string=hai) anos
pai
achega
dbf911c516
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 \