Remove -Werror, as bison and flex generate unclean code that may break compilation. Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- Makefile.defs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.defs.in b/Makefile.defs.in index 545c4ee..502f374 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 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html