From 36102fb6cab11b3a0c7820dfd1983ec8179bf087 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 27 Jun 2011 21:41:38 -0300 Subject: [PATCH] Comment to avoid warning --- src/host/pingscheduler.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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, -- 1.7.1