remove build warning
authorHyunjin Park <hj.na.park@samsung.com>
Wed, 9 Mar 2016 02:01:41 +0000 (11:01 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Wed, 9 Mar 2016 02:01:41 +0000 (11:01 +0900)
Change-Id: Ie5df681ae5e64a625775ebb1b2eab05e0f1bf654

src/messageport/messageport_instance.cc
src/systeminfo/systeminfo_properties_manager.cc

index 3d908e521845b2d99f931d51cf5e8cca0182125a..60b99113fa734e1ea0fb30c2ad8ac9dcbda56cdb 100755 (executable)
@@ -131,7 +131,7 @@ static void BundleJsonIterator(const char *key, const int type, const bundle_key
       bundle_keyval_get_array_val(const_cast<bundle_keyval_t*>(kv),
           (void ***)&array_value, &ele_nos, &array_ele_size);
 
-      for (int i=0;i<ele_nos;i++)
+      for (unsigned int i=0;i<ele_nos;i++)
       {
         picojson::value::array tab2;
         for (unsigned int j = 0; j < array_ele_size[i]; j++) {
index 5cc4374ef0ffb7f1a94141b220927c88ad55b157..54f6b263b1363640c92f5fae9523578e8a4fa113 100644 (file)
@@ -1120,7 +1120,6 @@ PlatformResult SysteminfoPropertiesManager::ReportCellularNetwork(picojson::obje
 PlatformResult SysteminfoPropertiesManager::ReportNetProxyNetwork(picojson::object* out) {
   LoggerD("Entered");
   connection_type_e connection_type = CONNECTION_TYPE_DISCONNECTED;
-  connection_profile_h profile_handle = nullptr;
   connection_h connection_handle = nullptr;
   std::string result_status;