From d7e4844d85db591a2ea235dd1b081c76e2f5cb9d Mon Sep 17 00:00:00 2001 From: Sebastien Gonzalve Date: Tue, 12 Mar 2013 14:30:27 +0100 Subject: Remove no-non-virtual-dtor flag BZ: 111473 The warning non-virtual-dtor should not be ignored for the whole project, but only in the few cases where it it necessary. Change-Id: I0ede82a30f2cd055b789f7fb56104fb227934e6f Signed-off-by: Sebastien Gonzalve Signed-off-by: Guilhem IMBERTON Reviewed-on: http://android.intel.com:8080/110191 Reviewed-by: buildbot Tested-by: buildbot --- remote-process/Android.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'remote-process') diff --git a/remote-process/Android.mk b/remote-process/Android.mk index dbdf6b5..8330e0a 100644 --- a/remote-process/Android.mk +++ b/remote-process/Android.mk @@ -9,7 +9,6 @@ COMMON_SRC_FILES := \ COMMON_MODULE := remote-process COMMON_MODULE_TAGS := optional -COMMON_CFLAGS := -Wno-non-virtual-dtor COMMON_C_INCLUDES := \ $(LOCAL_PATH)/../remote-processor/ @@ -27,7 +26,6 @@ LOCAL_MODULE := $(COMMON_MODULE) LOCAL_MODULE_TAGS := $(COMMON_MODULE_TAGS) LOCAL_CFLAGS += $(COMMON_CFLAGS) - LOCAL_C_INCLUDES += \ $(COMMON_C_INCLUDES) \ external/stlport/stlport/ \ -- cgit v1.1