From 0ade8ecc54f6e5c005fb0244d21f19c31ebe2170 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 11 Jun 2011 12:16:33 +0100 Subject: [PATCH] cleanup: Turn on -Werror Having cleaned up the code to be warning-free we can now turn on -Werror. Signed-off-by: Ian Jackson --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 52aaaa5..630ff2d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,7 @@ 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@ -Werror \ -W -Wno-unused \ -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs -Wredundant-decls \ -- 2.11.0