Init fd to zero (removes compiler warning).

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-05 13:16:44 +01:00
parent b344ef2440
commit b211a27d67
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ _ecore_io_wrapper(void *data, Ecore_Fd_Handler *handler)
char buf[64];
pa_io_event_flags_t flags = 0;
pa_io_event *event = (pa_io_event *)data;
int fd;
int fd = 0;
if (ecore_main_fd_handler_active_get(handler, ECORE_FD_READ))
{