[android] disable warning no virtual destructor (#3466)

Change-Id: Ib1e28d064886af3cc5103395c284d772b3c85504
This commit is contained in:
Yakun Xu
2019-01-17 02:54:43 -08:00
committed by Jonathan Hui
parent 15b6bf316b
commit 0ace247e41
+3 -3
View File
@@ -78,7 +78,7 @@ LOCAL_CFLAGS := \
-DOPENTHREAD_POSIX_APP=1 \
-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"openthread-core-posix-config.h\" \
-DSPINEL_PLATFORM_HEADER=\"spinel_platform.h\" \
-Wno-error=non-virtual-dtor \
-Wno-non-virtual-dtor \
$(NULL)
LOCAL_SRC_FILES := \
@@ -272,7 +272,7 @@ LOCAL_CFLAGS := \
-DOPENTHREAD_POSIX_APP=2 \
-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"openthread-core-posix-config.h\" \
-DSPINEL_PLATFORM_HEADER=\"spinel_platform.h\" \
-Wno-error=non-virtual-dtor \
-Wno-non-virtual-dtor \
$(NULL)
LOCAL_LDLIBS := \
@@ -319,7 +319,7 @@ LOCAL_CFLAGS := \
-DOPENTHREAD_POSIX_APP=1 \
-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"openthread-core-posix-config.h\" \
-DSPINEL_PLATFORM_HEADER=\"spinel_platform.h\" \
-Wno-error=non-virtual-dtor \
-Wno-non-virtual-dtor \
$(NULL)
LOCAL_LDLIBS := \