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 48812c0..fe4d9a0 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -9,6 +9,7 @@ AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \
# -Wconversion -> we need it
# -Wunreachable-code -> fails with ntoh*
+# -Wpointer-arith -> limbnl uses it
if DISABLE_EXTRA_FLAGS
AM_CFLAGS =
@@ -32,7 +33,6 @@ AM_CFLAGS = -std=gnu99 \
-Wold-style-definition \
-Woverlength-strings \
-Wpacked \
- -Wpointer-arith \
-Wredundant-decls \
-Wshadow \
-Wsign-compare \