--- libev/ev_poll.c 2007/11/12 00:50:41 1.12 +++ libev/ev_poll.c 2007/11/12 05:40:55 1.13 @@ -53,7 +53,7 @@ if (idx < 0) /* need to allocate a new pollfd */ { pollidxs [fd] = idx = pollcnt++; - array_needsize (struct pollfd, polls, pollmax, pollcnt, ); + array_needsize (struct pollfd, polls, pollmax, pollcnt, (void)); polls [idx].fd = fd; }