From 834f20138660369342cea889e8ce81bccf3ab976 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 10 Dec 2010 23:02:30 +0100 Subject: Compiler flag compatibility fix with libmnl libmnl now uses void pointer arithmetic, remove -Wpointer-arith from the compiler flags. --- 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 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 \ -- cgit v1.2.3