devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7685654d768c794069a2c778c082f637ed9bb8de

commit 7685654d768c794069a2c778c082f637ed9bb8de
Author: Yeongjong Lee <[email protected]>
Date:   Fri Aug 10 12:49:50 2018 -0400

    elm_map: add EINA_UNUSED to avoid build warning
    
    Test Plan: make
    
    Reviewers: devilhorns, zmike
    
    Reviewed By: devilhorns
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D6813
---
 src/lib/elementary/elm_map.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_map.c b/src/lib/elementary/elm_map.c
index 7280c449d9..c490bdb52d 100644
--- a/src/lib/elementary/elm_map.c
+++ b/src/lib/elementary/elm_map.c
@@ -4345,7 +4345,7 @@ _elm_map_efl_ui_zoom_zoom_mode_get(const Eo *obj 
EINA_UNUSED, Elm_Map_Data *sd)
 }
 
 EOLIAN static void
-_elm_map_efl_ui_zoom_zoom_mode_set(Eo *obj, Elm_Map_Data *sd, Efl_Ui_Zoom_Mode 
mode)
+_elm_map_efl_ui_zoom_zoom_mode_set(Eo *obj EINA_UNUSED, Elm_Map_Data *sd, 
Efl_Ui_Zoom_Mode mode)
 {
    if ((mode == EFL_UI_ZOOM_MODE_MANUAL) && (sd->mode == !!mode)) return;
 

-- 


Reply via email to