cedric pushed a commit to branch master.

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

commit e2070f72819ee2c8094fc9863c2c435209398d3e
Author: Vaibhav Gupta <g.vaibh...@samsung.com>
Date:   Wed Jun 17 14:46:22 2015 +0200

    test_gengrid: remove EINA_UNUSED for a used argument
    
    Summary: Signed-off-by: Vaibhav Gupta <g.vaibh...@samsung.com>
    
    Reviewers: raster, Hermet, cedric
    
    Reviewed By: cedric
    
    Subscribers: sachin.dev, singh.amitesh
    
    Differential Revision: https://phab.enlightenment.org/D2670
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/bin/test_gengrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/test_gengrid.c b/src/bin/test_gengrid.c
index 9a9832d..99ef7fe 100644
--- a/src/bin/test_gengrid.c
+++ b/src/bin/test_gengrid.c
@@ -300,7 +300,7 @@ grid_state_get(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, const char
 }
 
 void
-grid_del(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED)
+grid_del(void *data, Evas_Object *obj EINA_UNUSED)
 {
    free(data);
 }

-- 


Reply via email to