Fixed build warning 66/105166/1 submit/tizen/20161216.024508
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 16 Dec 2016 00:51:33 +0000 (09:51 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 16 Dec 2016 00:52:37 +0000 (09:52 +0900)
Change-Id: Ic545fd79af827f0d12893c016c96f801ce67722d
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/ug-setting-mobileap-efl.spec
src/mh_view_wifi_setup.c

index 1c46277..cf37df5 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-mobileap-efl
 Summary:       Tethering UI Gadget Library
-Version:       1.0.155
+Version:       1.0.156
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
index 16e281a..ddb0234 100755 (executable)
@@ -1025,7 +1025,6 @@ static void __create_password_item(Evas_Object *genlist, mh_appdata_t *ad)
 
 static void __destroy_password_item(mh_appdata_t *ad)
 {
-       void *data = (void *)ad;
        mh_wifi_setting_view_t *st = &ad->setup;
 
        elm_object_item_del(st->check_box_item);