elementary: Add missing EINA_UNUSED for unused parameter
authorChris Michael <cpmichael@osg.samsung.com>
Wed, 18 May 2016 19:19:29 +0000 (15:19 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Wed, 18 May 2016 19:19:29 +0000 (15:19 -0400)
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/lib/elementary/elm_index.c

index 4e75435..1344bd2 100644 (file)
@@ -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;
 }