android: Suppress compiler warnings about missing field initializers
Triggered by -Wextra for many INIT usages where we only partially initialize a struct.
This commit is contained in:
@@ -32,6 +32,7 @@ strongswan_CFLAGS := \
|
||||
-Wno-sign-compare \
|
||||
-Wno-strict-aliasing \
|
||||
-Wno-unused-parameter \
|
||||
-Wno-missing-field-initializers \
|
||||
-DHAVE___BOOL \
|
||||
-DHAVE_STDBOOL_H \
|
||||
-DHAVE_ALLOCA_H \
|
||||
|
||||
Reference in New Issue
Block a user