android: Increase compile warnings

This commit is contained in:
Tobias Brunner 2012-10-10 12:11:31 +02:00
parent c3bce1aa3d
commit b0e0932538
1 changed files with 3 additions and 0 deletions

View File

@ -16,11 +16,14 @@ openssl_PATH := $(LOCAL_PATH)/openssl/include
# CFLAGS (partially from a configure run using droid-gcc)
strongswan_CFLAGS := \
-Wall \
-Wextra \
-Wno-format \
-Wno-pointer-sign \
-Wno-pointer-arith \
-Wno-sign-compare \
-Wno-strict-aliasing \
-Wno-unused-parameter \
-DHAVE___BOOL \
-DHAVE_STDBOOL_H \
-DHAVE_ALLOCA_H \