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 --- test/test-platform/Android.mk | 3 --- test/test-platform/TestPlatform.cpp | 1 - 2 files changed, 4 deletions(-) (limited to 'test/test-platform') diff --git a/test/test-platform/Android.mk b/test/test-platform/Android.mk index 845607f..759af73 100644 --- a/test/test-platform/Android.mk +++ b/test/test-platform/Android.mk @@ -10,14 +10,11 @@ COMMON_SRC_FILES := \ COMMON_MODULE := test-platform COMMON_MODULE_TAGS := optional -COMMON_CFLAGS := -Wno-non-virtual-dtor - COMMON_C_INCLUDES := \ $(LOCAL_PATH)/../../parameter/include \ $(LOCAL_PATH)/../../remote-processor/ COMMON_SHARED_LIBRARIES := libparameter libremote-processor - ############################# # Target build diff --git a/test/test-platform/TestPlatform.cpp b/test/test-platform/TestPlatform.cpp index 60ee644..91b86fd 100644 --- a/test/test-platform/TestPlatform.cpp +++ b/test/test-platform/TestPlatform.cpp @@ -49,7 +49,6 @@ public: } }; - CTestPlatform::CTestPlatform(const string& strClass, int iPortNumber) : _pParameterMgrPlatformConnector(new CParameterMgrPlatformConnector(strClass)), _pParameterMgrPlatformConnectorLogger(new CParameterMgrPlatformConnectorLogger) -- cgit v1.1