瀏覽代碼

added two more commented warning options (just to know about them)

Roberto Ierusalimschy 12 年之前
父節點
當前提交
4f0c716c8e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      makefile

+ 2 - 0
makefile

@@ -17,6 +17,8 @@ CWARNSC=-pedantic -Wextra \
 	-Wdisabled-optimization \
 	-Wdisabled-optimization \
 	-Wstrict-aliasing \
 	-Wstrict-aliasing \
         # the next warnings generate to much noise, so they are disabled
         # the next warnings generate to much noise, so they are disabled
+	# -Wsign-conversion \
+	# -Wconversion \
 	# -Wlogical-op \
 	# -Wlogical-op \
 	# -Wstrict-overflow=2 \
 	# -Wstrict-overflow=2 \
 	# -Wformat=2 \
 	# -Wformat=2 \