From: Pablo Neira Ayuso Date: Mon, 4 Nov 2013 11:34:39 +0000 (+0100) Subject: build: relax compilation not to break on warning X-Git-Tag: v0.099~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba2437d0bd2e3c595135d56e7482917379dd8e5;p=thirdparty%2Fnftables.git 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 --- diff --git a/Makefile.defs.in b/Makefile.defs.in index 545c4eea8..502f3748d 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