Commit 59f94872 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

r8880@Kushana: nickm | 2006-09-21 17:26:02 -0400

 Trivial patch to appease warn-happy gcc: mark unused parameter


svn:r8445
parent adade79f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;