summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ahost.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ahost.c b/ahost.c
index a5f8fb5..882efcc 100644
--- a/ahost.c
+++ b/ahost.c
@@ -142,6 +142,8 @@ static void callback(void *arg, int status, int timeouts, struct hostent *host)
{
char **p;
+ (void)timeouts;
+
if (status != ARES_SUCCESS)
{
fprintf(stderr, "%s: %s\n", (char *) arg, ares_strerror(status));