aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-03 17:37:20 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-03 17:37:20 +0100
commitf9622e8cbb7c931e144399800c5b91747fbadc96 (patch)
treefe60103dae85bf0df979dd35ea3b6fb744c1072b
parentea2f2c4b90602daa5bf3c3b18db410cf05223999 (diff)
downloadstrongswan-f9622e8cbb7c931e144399800c5b91747fbadc96.tar.bz2
strongswan-f9622e8cbb7c931e144399800c5b91747fbadc96.tar.xz
Disabling warnings about arithmethic with void* on Android.
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 620cfc121..cf89a0b6a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,6 +19,7 @@ libgmp_PATH = external/strongswan-support/gmp
strongswan_CFLAGS := \
-Wno-format \
-Wno-pointer-sign \
+ -Wno-pointer-arith \
-Wno-sign-compare \
-Wno-strict-aliasing \
-DHAVE___BOOL \