elementary: Add missing EINA_UNUSED for unused parameter

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-05-18 15:19:29 -04:00
parent d485e1f161
commit 101a153d52
1 changed files with 1 additions and 1 deletions

View 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;
}