X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=d44716e517961848022fc872d89ab02cf8254555;hb=ca9b84e496c63f8a016c042eb2a84916c6d385e1;hp=243bec4c3335950658291d7e3d1a01689f49f159;hpb=47473deeb2ba9ed84733892c1b9ab8ebe360713a;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 243bec4c..d44716e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,15 +13,20 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = neural discharge +codename = isotropic threshold -#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W -#DEBUG_CPPFLAGS += -Wredundant-decls +DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +DEBUG_CPPFLAGS += -Wredundant-decls # produces false positives # DEBUG_CPPFLAGS += -Wunreachable-code # DEBUG_CPPFLAGS += -Wwrite-strings -# invalid option for gcc-3.3.5 + +# 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 @@ -40,6 +45,7 @@ CPPFLAGS += -Werror-implicit-function-declaration CPPFLAGS += -Wmissing-format-attribute CPPFLAGS += -Wunused-macros CPPFLAGS += -Wshadow +CPPFLAGS += -Wbad-function-cast BINARIES = para_server para_client para_gui para_audioc para_recv \ para_filter para_write @extra_binaries@