소스 검색

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 \
 	-Wstrict-aliasing \
         # the next warnings generate to much noise, so they are disabled
+	# -Wsign-conversion \
+	# -Wconversion \
 	# -Wlogical-op \
 	# -Wstrict-overflow=2 \
 	# -Wformat=2 \