ecore_main: silence warning when compiling.

Summary:
Silence compilation warning.
There is an ifdef'd block of code which accesses obj but
I don't think it's in use in production?

Test Plan: Build EFL and watch for warning.

Reviewers: #committers, zmike, Hermet

Reviewed By: #committers, Hermet

Subscribers: cedric

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6628
This commit is contained in:
Alastair Poole 2018-07-19 15:53:49 +09:00 committed by Hermet Park
parent 582d342afe
commit b00f0e0630
1 changed files with 1 additions and 1 deletions

View File

@ -2046,7 +2046,7 @@ _ecore_main_win32_handlers_cleanup(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd)
#endif
static void
_ecore_main_fd_handlers_call(Eo *obj, Efl_Loop_Data *pd)
_ecore_main_fd_handlers_call(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd)
{
// grab a new list
if (!pd->fd_handlers_to_call_current)