Disabling warnings about arithmethic with void* on Android.

This commit is contained in:
Tobias Brunner 2010-03-03 17:37:20 +01:00
parent ea2f2c4b90
commit f9622e8cbb
1 changed files with 1 additions and 0 deletions

View File

@ -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 \