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 Mike Blumenkrantz
parent 2815e8cf27
commit b57927ce21
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,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);