android: Suppress self-assign warnings with clang

These are triggered by the little endian functions in byteorder.h.
This commit is contained in:
Tobias Brunner
2018-07-03 11:31:31 +02:00
parent 2afdb92dd0
commit 08601c58e9
@@ -35,6 +35,7 @@ strongswan_CFLAGS := \
-Wno-strict-aliasing \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-Wno-self-assign \
-DHAVE___BOOL \
-DHAVE_STDBOOL_H \
-DHAVE_ALLOCA_H \