Browse Source

r8880@Kushana: nickm | 2006-09-21 17:26:02 -0400
Trivial patch to appease warn-happy gcc: mark unused parameter


svn:r8445

Nick Mathewson 18 years ago
parent
commit
59f9487225
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/dns.c

+ 1 - 0
src/or/dns.c

@@ -1576,6 +1576,7 @@ eventdns_wildcard_check_callback(int result, char type, int count, int ttl,
                                  void *addresses, void *arg)
 {
   static int notice_given = 0;
+  (void)ttl;
   if (result == DNS_ERR_NONE && type == DNS_IPv4_A && count) {
     uint32_t *addrs = addresses;
     int i;