X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=8adb38a2587caa28d71db200c8a7da1d7d850bc2;hb=03918564cf43cfbd4f873f1b9c6ec3ccd15ede91;hp=3c00ce47f85bc47354f33006edff75331a317eee;hpb=41c5e79dcdd912777b7e235b6e9d238a066a21d0;p=dss.git diff --git a/Makefile b/Makefile index 3c00ce4..8adb38a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,9 @@ CFLAGS += -Wformat-security CFLAGS += -Werror-implicit-function-declaration CFLAGS += -Wmissing-format-attribute CFLAGS += -Wunused-macros +CFLAGS += -Wunused-parameter CFLAGS += -Wbad-function-cast +CFLAGS += -Wshadow Makefile.deps: $(wildcard *.c *.h) gcc -MM -MG *.c > $@