fix compiler warning: unreferenced formal parameter

pull/1/head
Yang Tse 17 years ago
parent 9fae0a48b1
commit 940b551d2a
  1. 2
      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));

Loading…
Cancel
Save