devilhorns pushed a commit to branch master.

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

commit 101a153d5266eb1af51bd240d364c3fdd1886c8d
Author: Chris Michael <[email protected]>
Date:   Wed May 18 15:19:29 2016 -0400

    elementary: Add missing EINA_UNUSED for unused parameter
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/elementary/elm_index.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_index.c b/src/lib/elementary/elm_index.c
index 4e75435..1344bd2 100644
--- a/src/lib/elementary/elm_index.c
+++ b/src/lib/elementary/elm_index.c
@@ -1632,7 +1632,7 @@ _elm_index_efl_orientation_orientation_set(Eo *obj, 
Elm_Index_Data *sd, Efl_Orie
 }
 
 EOLIAN static Efl_Orient
-_elm_index_efl_orientation_orientation_get(Eo *obj, Elm_Index_Data *sd)
+_elm_index_efl_orientation_orientation_get(Eo *obj EINA_UNUSED, Elm_Index_Data 
*sd)
 {
    return sd->orientation;
 }

-- 


Reply via email to