X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=a0a7fc43623061a88f04bce1d91b424314fbd1fc;hp=cd9e283dd96a7e1268bfda8ba6d1525b12c61533;hb=ee988d96e32b99b1bc0b33f095fda2ffc54cf705;hpb=65616923d1789af7df70b7db7e62bbe5d2a03c22 diff --git a/Makefile.in b/Makefile.in index cd9e283d..a0a7fc43 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,8 +20,13 @@ 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@ @@ -51,7 +57,7 @@ PICS := $(wildcard pics/paraslash/*.jpg) gengetopts := $(wildcard *.ggo) gengetopts_c := $(gengetopts:.ggo=.cmdline.c) gengetopts_h := $(gengetopts:.ggo=.cmdline.h) -grutatxt := COPYING NEWS README.mysql CREDITS INSTALL README FEATURES GPL +grutatxt := NEWS README.mysql CREDITS INSTALL README FEATURES grutatxt_html := $(grutatxt:=.html) html_in := $(wildcard web/*.in.html) gen_html := $(subst web/,web/sync/,$(html_in))