diff options
Diffstat (limited to 'cpp/test/Ice/dispatcher/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/dispatcher/TestI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/dispatcher/TestI.cpp b/cpp/test/Ice/dispatcher/TestI.cpp index c0a562b9015..33730d317f2 100644 --- a/cpp/test/Ice/dispatcher/TestI.cpp +++ b/cpp/test/Ice/dispatcher/TestI.cpp @@ -15,13 +15,13 @@ using namespace std; void -TestIntfI::op(const Ice::Current& current) +TestIntfI::op(const Ice::Current&) { test(Dispatcher::isDispatcherThread()); } void -TestIntfI::opWithPayload(const Ice::ByteSeq&, const Ice::Current& current) +TestIntfI::opWithPayload(const Ice::ByteSeq&, const Ice::Current&) { test(Dispatcher::isDispatcherThread()); } |