ソースを参照

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 \