efl model loop - fix unused param (add EINA_UNUSED) - warn

This commit is contained in:
Carsten Haitzler 2018-12-04 08:30:09 +00:00 committed by Christopher Michael
parent 328afdd698
commit 4d7d199ace
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ _propagate_future(void *data, const Efl_Event *event)
}
static void
_event_cancel(void *data, const Eina_Promise *dead_ptr)
_event_cancel(void *data, const Eina_Promise *dead_ptr EINA_UNUSED)
{
_efl_model_loop_wathcer_free(data);
}