Reduce build warnings 05/190005/2
authorroot <anuj.asher@samsung.com>
Wed, 26 Sep 2018 05:51:12 +0000 (11:21 +0530)
committerHermet Park <chuneon.park@samsung.com>
Fri, 12 Oct 2018 07:29:43 +0000 (07:29 +0000)
Change-Id: I4bc1cb2d5753cd608055ac4a05374b65a7553c28
Signed-off-by: root <anuj.asher@samsung.com>
src/lib/efl_ui_textpath.c
src/lib/elm_interface_scrollable.c
src/mobile_lib/elc_ctxpopup.c

index 08b3e949f79a77c56bbec9f9ff4a88b202e523a7..29c1242d6f588dc3a8093fef17af33eda34e168c 100644 (file)
@@ -739,7 +739,7 @@ _efl_ui_textpath_elm_widget_theme_apply(Eo *obj, Efl_Ui_Textpath_Data *pd)
 
 EOLIAN static void
 //_efl_ui_textpath_evas_object_position_set(Eo *obj, Efl_Ui_Textpath_Data *pd, Evas_Coord x, Evas_Coord y)
-_efl_ui_textpath_evas_object_smart_move(Eo *obj, Efl_Ui_Textpath_Data *pd, Evas_Coord x, Evas_Coord y)
+_efl_ui_textpath_evas_object_smart_move(Eo *obj, Efl_Ui_Textpath_Data *pd EINA_UNUSED, Evas_Coord x, Evas_Coord y)
 {
    eo_do_super(obj, MY_CLASS, evas_obj_smart_move(x, y));
 
index 87ba9845a215cae0f7eb37a3eb682220dff98441..75ca2c3e222ff3c7ebf05392fab293bfeebe2ab7 100644 (file)
@@ -3678,7 +3678,7 @@ _elm_scroll_hold_animator(void *data)
         //double pos_diff = 0;
         if (num >= 2)
           {
-             double tmp = sid->down.history[0].timestamp;
+             //double tmp = sid->down.history[0].timestamp;
              for (i = num - 1; i >= 1; i--)
                {
                   pos[i-1].t = pos[i].t - ELM_MOVE_TIMEOUT;
index 45005d88164df632692ad42bf1c5876bfbea03ff..5145b62825bcb12e5393fcb0db61791cce21925c 100644 (file)
@@ -1092,10 +1092,12 @@ _elm_ctxpopup_elm_layout_sizing_eval(Eo *obj, Elm_Ctxpopup_Data *sd)
    evas_object_resize(sd->bg, w, h);
 
    if (sd->visible)
-     if (sd->show_finished)
-       _visible_signals_emit(obj, sd->dir);
-     else
-       _show_signals_emit(obj, sd->dir);
+     {
+       if (sd->show_finished)
+         _visible_signals_emit(obj, sd->dir);
+       else
+         _show_signals_emit(obj, sd->dir);
+     }
 }
 
 static void