diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libevent/epoll.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/libevent/epoll.c b/extra/libevent/epoll.c index de10dac2425..7c8c60bdffa 100644 --- a/extra/libevent/epoll.c +++ b/extra/libevent/epoll.c @@ -155,7 +155,8 @@ epoll_init(struct event_base *base) } static int -epoll_recalc(struct event_base *base, void *arg, int max) +epoll_recalc(struct event_base *base __attribute__((unused)), + void *arg, int max) { struct epollop *epollop = arg; |