From f248d75e65247a39c29052bc3b4fbcc043a4967c Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Thu, 17 Jan 2008 16:42:29 +0000 Subject: enable C99 mode --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index 252abf9..3ff531f 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,6 +1,6 @@ INCLUDES=$(all_includes) -I$(top_srcdir)/include -AM_CFLAGS = -W -Wall \ +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