Ignore unused parameter
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 13:40:14 +0000 (14:40 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 12 Dec 2011 13:40:14 +0000 (14:40 +0100)
src/dns/dnsresolver.cpp

index 6a9cba5..3eda24a 100644 (file)
@@ -210,7 +210,7 @@ bool DnsResolver::handle_ip_address()
             return true;
         }
     }
-    catch ( const boost::system::system_error & ex )
+    catch ( const boost::system::system_error & /*ex*/ )
     {
         GlobalLogger.info() << "Host is not an IP: " << HostDnsAddress << endl;
     }