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 --- parameter/Android.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'parameter/Android.mk') diff --git a/parameter/Android.mk b/parameter/Android.mk index 02e1048..c4d57e0 100644 --- a/parameter/Android.mk +++ b/parameter/Android.mk @@ -100,8 +100,6 @@ COMMON_SRC_FILES := \ COMMON_MODULE := libparameter COMMON_MODULE_TAGS := optional -COMMON_CFLAGS := -Wno-non-virtual-dtor - COMMON_C_INCLUDES := \ $(LOCAL_PATH)/include/ \ $(LOCAL_PATH)/../utility/ \ @@ -110,7 +108,6 @@ COMMON_C_INCLUDES := \ COMMON_SHARED_LIBRARIES := libicuuc COMMON_STATIC_LIBRARIES := libxmlserializer libutility libxml2 - ############################# # Target build -- cgit v1.1