From: Guilherme Maciel Ferreira Date: Sat, 28 Jan 2012 19:07:52 +0000 (-0200) Subject: Removed parameter to shut the warning up. X-Git-Tag: v1.3~11^2~26 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=438e777e1a397cb9b5e7ff73fb78be994c8983d0;p=pingcheck Removed parameter to shut the warning up. --- diff --git a/test/mock_linkstatus.h b/test/mock_linkstatus.h index c80e226..2abfa07 100644 --- a/test/mock_linkstatus.h +++ b/test/mock_linkstatus.h @@ -54,11 +54,11 @@ LinkStatus::~LinkStatus() { } -void LinkStatus::notify_host_up( const std::string &host_address ) +void LinkStatus::notify_host_up( const std::string & ) { } -void LinkStatus::notify_host_down( const std::string &host_address ) +void LinkStatus::notify_host_down( const std::string & ) { }