diff --git a/ares/adig.c b/ares/adig.c index 3a8b1f7f1..e579c55f3 100644 --- a/ares/adig.c +++ b/ares/adig.c @@ -304,6 +304,8 @@ static void callback(void *arg, int status, int timeouts, unsigned int qdcount, ancount, nscount, arcount, i; const unsigned char *aptr; + (void) timeouts; + /* Display the query name if given. */ if (name) printf("Answer for query %s:\n", name);