From 68f18f98d6f621fac8092057045f91195053b6f2 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 26 Feb 2019 14:25:00 -0500 Subject: [PATCH] examples/efl_canvas_layout_text: Mark unused parameter with EINA_UNUSED --- src/examples/elementary/efl_canvas_layout_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/elementary/efl_canvas_layout_text.c b/src/examples/elementary/efl_canvas_layout_text.c index 8e89403d19..a0d7f57e6b 100644 --- a/src/examples/elementary/efl_canvas_layout_text.c +++ b/src/examples/elementary/efl_canvas_layout_text.c @@ -125,7 +125,7 @@ _on_key_down(void *data, const Efl_Event *event) EAPI_MAIN void efl_main(void *data EINA_UNUSED, - const Efl_Event *ev) + const Efl_Event *ev EINA_UNUSED) { Eo *layout;