efl_ui_list: fix warnings

Summary: nothing to see here, move on!

Reviewers: zmike, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9283
This commit is contained in:
Marcel Hollerbach 2019-07-11 16:07:11 +02:00 committed by Xavi Artigas
parent 7e9eac9fb1
commit dc2dba6c88
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ _list_item_unselected(void *data, const Efl_Event *event)
}
static Eina_Bool
_list_item_process(Eo *obj, Efl_Ui_List_Data *pd, EINA_UNUSED Efl_Ui_List_Item *it)
_list_item_process(Eo *obj, Efl_Ui_List_Data *pd EINA_UNUSED, Efl_Ui_List_Item *it)
{
EFL_UI_LIST_ITEM_CHECK_OR_RETURN(it, EINA_FALSE);