hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=0360392e201cbefaf19b8f8e514baa753ffc43f1

commit 0360392e201cbefaf19b8f8e514baa753ffc43f1
Author: ChunEon Park <[email protected]>
Date:   Mon Oct 6 14:30:19 2014 +0900

    panel: remove warning.
---
 src/lib/elm_panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_panel.c b/src/lib/elm_panel.c
index a4a8f87..945ca6b 100644
--- a/src/lib/elm_panel.c
+++ b/src/lib/elm_panel.c
@@ -1286,7 +1286,7 @@ _elm_panel_scrollable_content_size_set(Eo *obj, 
Elm_Panel_Data *sd, double ratio
 }
 
 EOLIAN static Eina_Bool
-_elm_panel_scrollable_get(Eo *obj, Elm_Panel_Data *sd)
+_elm_panel_scrollable_get(Eo *obj EINA_UNUSED, Elm_Panel_Data *sd)
 {
    return sd->scrollable;
 }

-- 


Reply via email to