From: Guilherme Maciel Ferreira Date: Tue, 28 Jun 2011 00:41:38 +0000 (-0300) Subject: Comment to avoid warning X-Git-Tag: v1.1^2~66 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=36102fb6cab11b3a0c7820dfd1983ec8179bf087;p=pingcheck Comment to avoid warning --- diff --git a/src/host/pingscheduler.cpp b/src/host/pingscheduler.cpp index 814c781..f550bc6 100644 --- a/src/host/pingscheduler.cpp +++ b/src/host/pingscheduler.cpp @@ -50,7 +50,7 @@ const int PingReplyTimeout = 30; PingScheduler::PingScheduler( const string &network_interface, const string &destination_address, - const PingerFactory::PingProtocol ping_protocol, + const PingerFactory::PingProtocol /*ping_protocol*/, const long ping_interval_in_sec, const int ping_fail_percentage_limit, const string &nameserver,