From: Martin Mares Date: Mon, 1 Apr 2013 19:25:51 +0000 (+0200) Subject: Squash an unused variable warning X-Git-Tag: v3.2.1~24 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=31941cb7acbf330de25df8c0c95c830d2f4b81d2;p=pciutils.git Squash an unused variable warning --- diff --git a/lib/names-net.c b/lib/names-net.c index a1a6e27..1601030 100644 --- a/lib/names-net.c +++ b/lib/names-net.c @@ -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 */