--- libev/ev_linuxaio.c 2019/07/09 06:30:14 1.50 +++ libev/ev_linuxaio.c 2019/08/17 05:30:16 1.51 @@ -439,7 +439,7 @@ else break; /* no events from the kernel, we are done */ - timeout = 0; /* only wait in the first iteration */ + timeout = EV_TS_CONST (0.); /* only wait in the first iteration */ } } @@ -519,7 +519,7 @@ backend_poll = epoll_poll; } - timeout = 0; + timeout = EV_TS_CONST (0.); /* it's easiest to handle this mess in another iteration */ return; }