From 88a754aa58ee54fad234b18512a26edd3abad021 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Mon, 9 Aug 2010 20:39:14 +0000 Subject: [PATCH] silence a warning - thanks zap ;-) git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1686 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/dnsparser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsparser.cc b/pdns/dnsparser.cc index dff971c24..964ac5e9c 100644 --- a/pdns/dnsparser.cc +++ b/pdns/dnsparser.cc @@ -605,7 +605,7 @@ void ageDNSPacket(std::string& packet, uint32_t seconds) dpm.skipLabel(); uint16_t dnstype = dpm.get16BitInt(); - uint16_t dnsclass = dpm.get16BitInt(); + /* uint16_t dnsclass = */ dpm.get16BitInt(); if(dnstype == QType::OPT) // not aging that one with a stick break; -- 2.49.0