瀏覽代碼

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

Roberto Ierusalimschy 10 年之前
父節點
當前提交
dbf911c516
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 \