summaryrefslogtreecommitdiff
path: root/src/lib/ector/cairo/ector_renderer_cairo_shape.c
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:34:25 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:34:25 +0200
commit5310a3ea9c002bcf376e32db01f59c552412bf25 (patch)
treeb7d5497bc6d62237079a35f5f680584d07cc5338 /src/lib/ector/cairo/ector_renderer_cairo_shape.c
parent39f7ce192ce46e6df7b659aaf00233251144c4e0 (diff)
downloadefl-5310a3ea9c002bcf376e32db01f59c552412bf25.tar.gz
ector: remove some warning from the Cairo backend.
Diffstat (limited to 'src/lib/ector/cairo/ector_renderer_cairo_shape.c')
-rw-r--r--src/lib/ector/cairo/ector_renderer_cairo_shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ector/cairo/ector_renderer_cairo_shape.c b/src/lib/ector/cairo/ector_renderer_cairo_shape.c
index 4e705d9d0b..61be4ecd19 100644
--- a/src/lib/ector/cairo/ector_renderer_cairo_shape.c
+++ b/src/lib/ector/cairo/ector_renderer_cairo_shape.c
@@ -55,7 +55,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, void *event_info)
+_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_Data *pd = data;