From 8baf83a1170d00dec1ff6b91ab6b66bb3eb064df Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 15 Aug 2008 14:25:05 +0200 Subject: compilation: relax too strict warning checking This patch removes the -Werror option during the compilation. Some users have reported problems related to the code generated by flex and bison. This results in useless reports and a bad experience for end-users. Ideally, it would be great to have something like 'autoconf prettify' for less verbose output. Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 3ff531f..2eeb886 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,6 +1,5 @@ INCLUDES=$(all_includes) -I$(top_srcdir)/include AM_CFLAGS = -std=gnu99 -W -Wall \ - -Werror \ -Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \ -Wno-unused-parameter -- cgit v1.2.3