X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/2368720d4c08f50a41abb784c709e3e60a71984c..c1e8412b9b139a9a0fd2bfb12246f8dc0b1e4fec:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 526175b..0680512 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.3.1~beta2 +VERSION:=0.3.1~beta3 @SET_MAKE@ @@ -32,7 +32,7 @@ INSTALL:=@INSTALL@ INSTALL_PROGRAM:=@INSTALL_PROGRAM@ CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -Werror \ - -W -Wno-unused \ + -W -Wno-unused -Wno-unused-parameter \ -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Wredundant-decls \ -Wpointer-arith -Wformat=2 -Winit-self \