elementary: Add missing EINA_UNUSED for efl_ui_layout_factory_connect

Eo *obj is unused in this function, so mark it as such
This commit is contained in:
Christopher Michael 2019-01-11 09:17:03 -05:00
parent 48b303eeb5
commit f85c261509
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ _efl_ui_layout_factory_efl_object_destructor(Eo *obj, Efl_Ui_Layout_Factory_Data
}
static Eina_Value
_efl_ui_layout_factory_connect(Eo *obj, void *data, const Eina_Value value)
_efl_ui_layout_factory_connect(Eo *obj EINA_UNUSED, void *data, const Eina_Value value)
{
Efl_Ui_Layout_Factory_Data *pd = data;
Efl_Gfx_Entity *layout;