Remove build warning 39/71339/2
authorkiso.chang <kiso.chang@samsung.com>
Wed, 25 May 2016 05:55:22 +0000 (14:55 +0900)
committerkiso.chang <kiso.chang@samsung.com>
Wed, 25 May 2016 05:58:20 +0000 (14:58 +0900)
 - remove 2 warning from c codes and 1 warning from edc codes

Change-Id: I297c6c7d79e559797a53664292574c3974415913
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
resource/setting-genlist.edc
setting-common/src/setting-common-draw-genlist.c
setting-network/src/setting-network-main.c

index 789c9506884f7fe1b1dd3909673e72575296fd20..ae2d9ea927e33a6f5027780e93860dab4fbac526 100644 (file)
@@ -525,6 +525,10 @@ collections {
    tag:  "tab" "\t";\
    tag:  "b" "+ font_weight=Bold";
 
+#ifdef STYLE_TAG_MATCH
+#undef STYLE_TAG_MATCH
+#endif
+
 #define STYLE_TAG_MATCH \
    tag:  "match" "+ color=#3db8cc";
 
index c9b07362145d4f704e39869f2db21884a5e7308c..cf8406e8932c5b3d3d722b63f5e7f6fd7eaffc5f 100644 (file)
@@ -1747,10 +1747,13 @@ static __Content_Drawer    __cd_right [SWALLOW_Type_MAX] = {
                { SWALLOW_Type_1CHECK_RIGHT_INVISIBLE, __add_check_invisible },
 };
 
+
+#if 0
 static __Content_Drawer    __cd_end [SWALLOW_Type_MAX] = {
                /*end part object of the type */
                { SWALLOW_Type_1RADIO, __add_radio },
 };
+#endif
 
 /* When X marked button clicked, make string as empty. */
 static void __multiline_eraser_clicked(void *data, Evas_Object *obj,
index 101857edaaabd8ad5c96e3b3a1ebacd40bd7b7b4..1eab518e90d7a2ea504c6fcff45e668e627c0bdf 100644 (file)
@@ -91,8 +91,8 @@ static Eina_Bool __set_net_mode_on_delay(void *data)
        /*Elm_Object_Item *parentItem = elm_genlist_item_parent_get(subitem); */
        /*retvm_if(parentItem == NULL, ECORE_CALLBACK_CANCEL, "parentItem is NULL"); */
 
-       /*Setting_GenGroupItem_Data *data_subItem = elm_object_item_data_get(subitem);  */      /* parent data * /
-       /*Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);*/  /* parent data * /
+       /*Setting_GenGroupItem_Data *data_subItem = elm_object_item_data_get(subitem);  */      /* parent data */
+       /*Setting_GenGroupItem_Data *data_parentItem = elm_object_item_data_get(parentItem);*/  /* parent data */
        /*retvm_if(!data_subItem || !data_parentItem, ECORE_CALLBACK_CANCEL, "!data_subItem || !data_parentItem"); */
 
        retvm_if(ad == NULL, ECORE_CALLBACK_CANCEL, "ad is NULL");