From ade654e5ea5889d720d747fcd242b648a061f762 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 4 Dec 2018 08:40:02 +0000 Subject: [PATCH] elm main - fix unused param in cb warn --- src/lib/elementary/elm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index 3236e3d..fe18f52 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c @@ -45,7 +45,7 @@ static void * _accessibility_currently_highlighted_obj = NULL; EAPI Elm_Version *elm_version = &_version; static void -_focus_ev_redirect_cb(void *data, const Efl_Event *ev) +_focus_ev_redirect_cb(void *data, const Efl_Event *ev EINA_UNUSED) { efl_event_callback_call(data, EFL_UI_FOCUS_OBJECT_EVENT_FOCUS_GEOMETRY_CHANGED, NULL); } -- 2.7.4