From 438e777e1a397cb9b5e7ff73fb78be994c8983d0 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Sat, 28 Jan 2012 17:07:52 -0200 Subject: [PATCH] Removed parameter to shut the warning up. --- test/mock_linkstatus.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 & ) { } -- 1.7.1