fix compiler warning: unreferenced formal parameter
diff --git a/ares/adig.c b/ares/adig.c
index 3a8b1f7..e579c55 100644
--- a/ares/adig.c
+++ b/ares/adig.c
@@ -304,6 +304,8 @@
   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);