From 41f3e135db165fff931a07ef79e7731037d22941 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Tue, 15 Jan 2008 12:46:12 +0000 Subject: Max Kellermann : enable gcc warnings, including -Werror --- Make_global.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 685add7..252abf9 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1 +1,6 @@ INCLUDES=$(all_includes) -I$(top_srcdir)/include + +AM_CFLAGS = -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