polarssl: hide warning instead of disabling it
This commit is contained in:
parent
3f6d90cbcd
commit
a15ffc09b8
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ LOCAL_SRC_FILES := \
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LOCAL_CFLAGS += -Wno-error=maybe-uninitialized
|
LOCAL_CFLAGS += -Wno-maybe-uninitialized
|
||||||
|
|
||||||
LOCAL_C_INCLUDES += \
|
LOCAL_C_INCLUDES += \
|
||||||
$(LOCAL_PATH)/../include
|
$(LOCAL_PATH)/../include
|
||||||
|
|
Loading…
Reference in a new issue