]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
replace standard GPL header by a one-line pointer to COPYING
[paraslash.git] / Makefile.in
index 9a10859f65c4c04c63a889f6b039e38149437966..d44716e517961848022fc872d89ab02cf8254555 100644 (file)
@@ -20,10 +20,14 @@ DEBUG_CPPFLAGS += -Wredundant-decls
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
 # DEBUG_CPPFLAGS += -Wwrite-strings
+
 # invalid option for gcc-3.3.3
 # DEBUG_CPPFLAGS += -Wextra
 # DEBUG_CPPFLAGS += -Wold-style-definition
 
+# many warnings about trivial stuff
+# CPPFLAGS += -Wconversion
+
 CPPFLAGS += -Os
 CPPFLAGS += -Wall
 CPPFLAGS += -Wuninitialized