seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=281d27fb1fcc6de078cce9164abd5a80a205fb63

commit 281d27fb1fcc6de078cce9164abd5a80a205fb63
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat May 10 01:12:20 2014 +0900

    gengrid: removed build warning.
---
 src/lib/elm_gengrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c
index ae05e28..ee70a12 100644
--- a/src/lib/elm_gengrid.c
+++ b/src/lib/elm_gengrid.c
@@ -4276,7 +4276,7 @@ elm_gengrid_nth_item_get(const Evas_Object *obj, unsigned 
int nth)
 }
 
 EOLIAN static void
-_elm_gengrid_elm_widget_focus_highlight_geometry_get(Eo *obj, Elm_Gengrid_Data 
*sd, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h)
+_elm_gengrid_elm_widget_focus_highlight_geometry_get(Eo *obj EINA_UNUSED, 
Elm_Gengrid_Data *sd, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord 
*h)
 {
    Evas_Coord ox, oy, oh, ow, item_x = 0, item_y = 0, item_w = 0, item_h = 0;
 

-- 


Reply via email to