]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
Squash an unused variable warning
authorMartin Mares <mj@ucw.cz>
Mon, 1 Apr 2013 19:25:51 +0000 (21:25 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 1 Apr 2013 19:25:51 +0000 (21:25 +0200)
lib/names-net.c

index a1a6e275dd4bcf6c2c4966b4255c6c883dd73420..16010300efd52b74c531f35abaf1769dcacd8510 100644 (file)
@@ -75,7 +75,8 @@ static int
 dns_parse_packet(struct dns_state *s, byte *p, unsigned int plen)
 {
   byte *end = p + plen;
-  unsigned int i, j, x, len;
+  unsigned int i, j, len;
+  unsigned int UNUSED x;
 
 #if 0
   /* Dump the packet */