mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 22:57:46 +00:00
[android] disable warning no virtual destructor (#3466)
Change-Id: Ib1e28d064886af3cc5103395c284d772b3c85504
This commit is contained in:
+3
-3
@@ -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 := \
|
||||
|
||||
Reference in New Issue
Block a user