fix compiler warning: unreferenced formal parameter
authorYang Tse <yangsita@gmail.com>
Mon, 7 Apr 2008 12:44:47 +0000 (12:44 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 7 Apr 2008 12:44:47 +0000 (12:44 +0000)
ares/adig.c

index 3a8b1f7..e579c55 100644 (file)
@@ -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);