xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=dc2dba6c8812649c51a7c74433577b8aa54f0d13

commit dc2dba6c8812649c51a7c74433577b8aa54f0d13
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Jul 11 16:07:11 2019 +0200

    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
---
 src/lib/elementary/efl_ui_list.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_list.c b/src/lib/elementary/efl_ui_list.c
index bc7ee583a6..524c96993d 100644
--- a/src/lib/elementary/efl_ui_list.c
+++ b/src/lib/elementary/efl_ui_list.c
@@ -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);
 

-- 


Reply via email to