From: Wouter Wijngaards Date: Tue, 8 May 2012 13:03:25 +0000 (+0000) Subject: fix warning X-Git-Tag: release-1.4.17rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6819016a83193559e7dd381ecb819702604ce50b;p=thirdparty%2Funbound.git fix warning git-svn-id: file:///svn/unbound/trunk@2665 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/netevent.c b/util/netevent.c index ce8c10207..5b869765c 100644 --- a/util/netevent.c +++ b/util/netevent.c @@ -672,7 +672,8 @@ setup_tcp_handler(struct comm_point* c, int fd) comm_point_start_listening(c, fd, TCP_QUERY_TIMEOUT); } -void comm_base_handle_slow_accept(int fd, short event, void* arg) +void comm_base_handle_slow_accept(int ATTR_UNUSED(fd), + short ATTR_UNUSED(event), void* arg) { struct comm_base* b = (struct comm_base*)arg; /* timeout for the slow accept, re-enable accepts again */