2
0
Roberto Ierusalimschy 15 жил өмнө
parent
commit
dc4c459546
1 өөрчлөгдсөн 7 нэмэгдсэн , 0 устгасан
  1. 7 0
      makefile

+ 7 - 0
makefile

@@ -17,6 +17,13 @@ CWARNS= -pedantic -Wextra \
 	-Wstrict-prototypes \
 	-Wundef \
 	-Wwrite-strings \
+	-Wc++-compat \
+	-Wold-style-definition \
+	-Wredundant-decls \
+	-Wdisabled-optimization \
+	# -Wlogical-op \
+	# -Wformat=2 \
+	# -Wstrict-overflow=5 \
 	#  -Wcast-qual \