From 4fd8976515a7e0a4aa34bad9611e9b67df5a186a Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 13 Mar 2016 20:15:22 +0100 Subject: Issue #126: more warnings fixed. --- tests/testUtils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/testUtils.cpp') diff --git a/tests/testUtils.cpp b/tests/testUtils.cpp index dcdb2a03..0eb2bfd4 100644 --- a/tests/testUtils.cpp +++ b/tests/testUtils.cpp @@ -85,7 +85,7 @@ vmime::shared_ptr testSocket::getTimeoutHandler() } -void testSocket::setTracer(vmime::shared_ptr tracer) +void testSocket::setTracer(vmime::shared_ptr /* tracer */) { } @@ -96,13 +96,13 @@ vmime::shared_ptr testSocket::getTracer() } -bool testSocket::waitForRead(const int msecs) +bool testSocket::waitForRead(const int /* msecs */) { return true; } -bool testSocket::waitForWrite(const int msecs) +bool testSocket::waitForWrite(const int /* msecs */) { return true; } -- cgit