From c4d75a8a6898325234ff1dcc8610a607b6a10647 Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Mon, 25 Sep 2017 15:16:52 +0900 Subject: [PATCH] fix build warning Change-Id: I36de2c6c85317e1ae745d599107b7fbf90d1890e --- sources/libraries/Common/common_ip_info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/libraries/Common/common_ip_info.c b/sources/libraries/Common/common_ip_info.c index 7b580e2..7caf4d9 100755 --- a/sources/libraries/Common/common_ip_info.c +++ b/sources/libraries/Common/common_ip_info.c @@ -343,7 +343,6 @@ static void _ip_info_entry_unfocused_cb(void *data, Evas_Object *obj, void *even int panel_type = elm_entry_input_panel_layout_get(obj); if (panel_type == ELM_INPUT_PANEL_LAYOUT_IP) { - int ip_addr[4] = {0}; char *entry_text = elm_entry_markup_to_utf8(elm_entry_entry_get(obj)); if (!__is_valid_static_ip_string_length(entry_text)) { INFO_LOG(UG_NAME_ERR, "Invalid IP address."); -- 2.7.4