android: Increase compile warnings
This commit is contained in:
@@ -16,11 +16,14 @@ openssl_PATH := $(LOCAL_PATH)/openssl/include
|
|||||||
|
|
||||||
# CFLAGS (partially from a configure run using droid-gcc)
|
# CFLAGS (partially from a configure run using droid-gcc)
|
||||||
strongswan_CFLAGS := \
|
strongswan_CFLAGS := \
|
||||||
|
-Wall \
|
||||||
|
-Wextra \
|
||||||
-Wno-format \
|
-Wno-format \
|
||||||
-Wno-pointer-sign \
|
-Wno-pointer-sign \
|
||||||
-Wno-pointer-arith \
|
-Wno-pointer-arith \
|
||||||
-Wno-sign-compare \
|
-Wno-sign-compare \
|
||||||
-Wno-strict-aliasing \
|
-Wno-strict-aliasing \
|
||||||
|
-Wno-unused-parameter \
|
||||||
-DHAVE___BOOL \
|
-DHAVE___BOOL \
|
||||||
-DHAVE_STDBOOL_H \
|
-DHAVE_STDBOOL_H \
|
||||||
-DHAVE_ALLOCA_H \
|
-DHAVE_ALLOCA_H \
|
||||||
|
|||||||
Reference in New Issue
Block a user