From d513b18dcd8096d9f3ea01084e3f5694f4e8d9d8 Mon Sep 17 00:00:00 2001 From: Andrzej Popowski Date: Wed, 1 Jul 2015 12:27:47 +0200 Subject: [PATCH] [Common] - Removing warning after adding the compilation option -Wall [Verification] - compiling without errors Change-Id: Idaf8cfe5392f54f8bf50ea171e90c9469bbc478e Signed-off-by: Andrzej Popowski --- src/common/callback_user_data.cc | 5 ----- src/common/common.gypi | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/common/callback_user_data.cc b/src/common/callback_user_data.cc index a6d39845..266cbee0 100755 --- a/src/common/callback_user_data.cc +++ b/src/common/callback_user_data.cc @@ -18,11 +18,6 @@ namespace common { -namespace { -const char* CALLBACK_SUCCESS = "success"; -const char* CALLBACK_ERROR = "error"; -} // anonymous namespace - CallbackUserData::CallbackUserData() : m_is_act(true) { } diff --git a/src/common/common.gypi b/src/common/common.gypi index 1f56310a..b2fcc609 100644 --- a/src/common/common.gypi +++ b/src/common/common.gypi @@ -81,6 +81,7 @@ '-std=c++0x', '-fPIC', '-fvisibility=hidden', + '-Wall', ], 'libraries' : [ '-L .', -- 2.34.1