ector: Add missing EINA_UNUSED for unused function parameter
authorChris Michael <cp.michael@samsung.com>
Tue, 17 Nov 2015 13:58:58 +0000 (08:58 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 17 Nov 2015 13:58:58 +0000 (08:58 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ector/cairo/ector_renderer_cairo_shape.c

index 2c7a93e..5f6f1b4 100644 (file)
@@ -67,7 +67,7 @@ struct _Ector_Renderer_Cairo_Shape_Data
 };
 
 static Eina_Bool
-_ector_renderer_cairo_shape_path_changed(void *data, Eo *obj, const Eo_Event_Description *desc EINA_UNUSED, void *event_info EINA_UNUSED)
+_ector_renderer_cairo_shape_path_changed(void *data, Eo *obj EINA_UNUSED, const Eo_Event_Description *desc EINA_UNUSED, void *event_info EINA_UNUSED)
 {
    Ector_Renderer_Cairo_Shape_Data *pd = data;