Răsfoiți Sursa

a few new warnings

Roberto Ierusalimschy 15 ani în urmă
părinte
comite
dc4c459546
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  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 \