X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.in;h=d44716e517961848022fc872d89ab02cf8254555;hb=a7a37b282c4e936b2fb34c2bd7423f9f800dfd44;hp=9a10859f65c4c04c63a889f6b039e38149437966;hpb=33713473b1051c2d9f487c66a92a5cbdf1277ce3;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 9a10859f..d44716e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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