projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d485e1f
)
elementary: Add missing EINA_UNUSED for unused parameter
author
Chris Michael
<cpmichael@osg.samsung.com>
Wed, 18 May 2016 19:19:29 +0000
(15:19 -0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/src/lib/elementary/elm_index.c
b/src/lib/elementary/elm_index.c
index
4e75435
..
1344bd2
100644
(file)
--- 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;
}