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
This commit is contained in:
Yeongjong Lee 2018-08-10 12:49:50 -04:00 committed by Chris Michael
parent 6e88cc5942
commit 7685654d76
1 changed files with 1 additions and 1 deletions

View File

@ -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;