From 7e305734bf37cb00b5be4f32a80bccdf83c768b8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Nov 2007 05:40:55 +0000 Subject: applied patches by W.C.A. Wijngaards, changed env variable handling --- ev_poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev_poll.c') diff --git a/ev_poll.c b/ev_poll.c index 4812021..726a45b 100644 --- a/ev_poll.c +++ b/ev_poll.c @@ -53,7 +53,7 @@ poll_modify (EV_P_ int fd, int oev, int nev) 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; } -- cgit v1.2.3