X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=dae4976074585cd30f5a7306936a6a7e21a730ec;hp=4160d257ac86684108104914e21d6171d1668bd6;hb=d2fc4df064859b22fb816bdf0313dbea84238ea7;hpb=e8f3104cc1c1f243f4b7c8b1eabdc24c93a6ad35;ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 4160d257..dae49760 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,18 +47,6 @@ DEBUG_CPPFLAGS += -Wredundant-decls DEBUG_CPPFLAGS += -Wall -Wno-sign-compare -Wno-unknown-pragmas DEBUG_CPPFLAGS += -Wformat-security DEBUG_CPPFLAGS += -Wmissing-format-attribute -# 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 -# DEBUG_CPPFLAGS += -Wdeclaration-after-statement -# DEBUG_CPPFLAGS += -Wsuggest-attribute=const - -# many warnings about trivial stuff -# CPPFLAGS += -Wconversion ifeq ($(uname_s),Linux) CPPFLAGS += -fdata-sections -ffunction-sections