Change-Id: Ie5df681ae5e64a625775ebb1b2eab05e0f1bf654
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++) {
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;