X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=Makefile.in;h=dd94837cd3b1eaa212c19e48e1e43bc25631c73c;hp=ed11d9bc0b288df33684196267fb2cabc91e91cd;hb=18ca0b4428846396356378dfb5949bbc3839a3be;hpb=2b6ab62e5070eaa44ea4e0b8c7c0288b2e00a6fc diff --git a/Makefile.in b/Makefile.in index ed11d9b..dd94837 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,12 @@ INSTALL_PROGRAM:=@INSTALL_PROGRAM@ # Use -DHACKY_PARALLEL if you are compiling secnet for an extremely # slow machine #CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -DHACKY_PARALLEL -CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ +CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ \ + -W -Wno-unused \ + -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ + -Wmissing-declarations -Wnested-externs -Wredundant-decls \ + -Wpointer-arith -Wformat=2 -Winit-self \ + -Wswitch-enum -Wunused-variable -Wbad-function-cast ALL_CFLAGS:=@DEFS@ -I$(srcdir) -I. $(CFLAGS) CPPFLAGS:=@CPPFLAGS@ LDFLAGS:=@LDFLAGS@