examples/efl_canvas_layout_text: Mark unused parameter with EINA_UNUSED

This commit is contained in:
Christopher Michael 2019-02-26 14:25:00 -05:00
parent f7472f066f
commit 68f18f98d6
1 changed files with 1 additions and 1 deletions

View File

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