devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3f0bf22d6218e7bbd50dbcdb62cc64ec850581dc

commit 3f0bf22d6218e7bbd50dbcdb62cc64ec850581dc
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Mon Jan 25 07:43:03 2016 -0500

    elementary: Add missing EINA_UNUSED in combobox function
    
    _elm_combobox_elm_genlist_filter_set function does not use the Eo *obj
    parameter so mark it as EINA_UNUSED to remove compiler warning
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/lib/elc_combobox.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elc_combobox.c b/src/lib/elc_combobox.c
index bac259d..c00c772 100644
--- a/src/lib/elc_combobox.c
+++ b/src/lib/elc_combobox.c
@@ -502,7 +502,7 @@ 
_elm_combobox_elm_interface_atspi_widget_action_elm_actions_get(Eo *obj EINA_UNU
 }
 
 EOLIAN void
-_elm_combobox_elm_genlist_filter_set(Eo *obj, Elm_Combobox_Data *pd, void *key)
+_elm_combobox_elm_genlist_filter_set(Eo *obj EINA_UNUSED, Elm_Combobox_Data 
*pd, void *key)
 {
    pd->first_filter = EINA_FALSE;
 

-- 


Reply via email to