mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
fix compiler warning: unreferenced formal parameter
This commit is contained in:
parent
26aeadbc3e
commit
74c500b6ec
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user