summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
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