From 6ba2437d0bd2e3c595135d56e7482917379dd8e5 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 4 Nov 2013 12:34:39 +0100 Subject: build: relax compilation not to break on warning Remove -Werror, as bison and flex generate unclean code that may break compilation. Signed-off-by: Pablo Neira Ayuso --- Makefile.defs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.defs.in b/Makefile.defs.in index 545c4eea..502f3748 100644 --- a/Makefile.defs.in +++ b/Makefile.defs.in @@ -28,7 +28,7 @@ CFLAGS += -include config.h CFLAGS += -Iinclude CFLAGS += -fno-strict-aliasing -CFLAGS += -Wall -Werror +CFLAGS += -Wall CFLAGS += -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations CFLAGS += -Wdeclaration-after-statement -Wsign-compare -Winit-self CFLAGS += -Wformat-nonliteral -Wformat-security -Wmissing-format-attribute -- cgit v1.2.3