chiark / gitweb /
changelog, Makefile.in: finalise 0.3.1~beta3
[secnet.git] / Makefile.in
index 526175be1ab83924c129d69aa4f79a9e659c2324..068051291d9cacaafc0c1a90674ee3408bded459 100644 (file)
@@ -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 \