ector: remove some warning from the Cairo backend.

This commit is contained in:
Cedric BAIL 2015-04-03 16:34:25 +02:00
parent 39f7ce192c
commit 5310a3ea9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;