diff options
| author | Vincent Richard <[email protected]> | 2016-03-13 20:15:22 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2016-03-13 20:15:22 +0100 |
| commit | 4fd8976515a7e0a4aa34bad9611e9b67df5a186a (patch) | |
| tree | e0553b5613009e20ba08be370754bb6d2a2bda99 /tests/testUtils.cpp | |
| parent | Issue #126: fixed some warnings. (diff) | |
| download | vmime-4fd8976515a7e0a4aa34bad9611e9b67df5a186a.tar.gz vmime-4fd8976515a7e0a4aa34bad9611e9b67df5a186a.zip | |
Issue #126: more warnings fixed.
Diffstat (limited to 'tests/testUtils.cpp')
| -rw-r--r-- | tests/testUtils.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <vmime::net::timeoutHandler> testSocket::getTimeoutHandler() } -void testSocket::setTracer(vmime::shared_ptr <vmime::net::tracer> tracer) +void testSocket::setTracer(vmime::shared_ptr <vmime::net::tracer> /* tracer */) { } @@ -96,13 +96,13 @@ vmime::shared_ptr <vmime::net::tracer> 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; } |
