summaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
authorSebastien Gonzalve <sebastien.gonzalve@intel.com>2013-03-12 14:30:27 +0100
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:03:56 +0100
commitd7e4844d85db591a2ea235dd1b081c76e2f5cb9d (patch)
tree0fbd5a53da81d69d8e43739777016b9391a5b3e0 /remote-process
parenta4c39f1a12cad5239c92387eef26d1d3b38f3a43 (diff)
downloadexternal_parameter-framework-d7e4844d85db591a2ea235dd1b081c76e2f5cb9d.zip
external_parameter-framework-d7e4844d85db591a2ea235dd1b081c76e2f5cb9d.tar.gz
external_parameter-framework-d7e4844d85db591a2ea235dd1b081c76e2f5cb9d.tar.bz2
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 <sebastien.gonzalve@intel.com> Signed-off-by: Guilhem IMBERTON <guilhem.imberton@intel.com> Reviewed-on: http://android.intel.com:8080/110191 Reviewed-by: buildbot <buildbot@intel.com> Tested-by: buildbot <buildbot@intel.com>
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/Android.mk2
1 files changed, 0 insertions, 2 deletions
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/ \