ecore - remove warning for win build

This commit is contained in:
Carsten Haitzler 2017-12-17 16:27:08 +09:00
parent 52c9c0e939
commit 679d41fc3c
1 changed files with 1 additions and 1 deletions

View File

@ -1967,7 +1967,7 @@ _ecore_main_fd_handlers_cleanup(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd)
#ifdef _WIN32 #ifdef _WIN32
static void static void
_ecore_main_win32_handlers_cleanup(Eo *obj, Efl_Loop_Data *pd) _ecore_main_win32_handlers_cleanup(Eo *obj EINA_UNUSED, Efl_Loop_Data *pd)
{ {
Ecore_Win32_Handler *wh; Ecore_Win32_Handler *wh;
Eina_List *l, *l2; Eina_List *l, *l2;