android: Increase compile warnings

This commit is contained in:
Tobias Brunner
2012-10-16 14:16:16 +02:00
parent c3bce1aa3d
commit b0e0932538
+3
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 \