summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/retry/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/retry/TestI.cpp')
-rw-r--r--cpp/test/Ice/retry/TestI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/retry/TestI.cpp b/cpp/test/Ice/retry/TestI.cpp
index ed4e611790f..05d4516b89f 100644
--- a/cpp/test/Ice/retry/TestI.cpp
+++ b/cpp/test/Ice/retry/TestI.cpp
@@ -32,7 +32,7 @@ RetryI::op(bool kill, const Ice::Current& current)
}
int
-RetryI::opIdempotent(int nRetry, const Ice::Current& current)
+RetryI::opIdempotent(int nRetry, const Ice::Current&)
{
if(nRetry < 0)
{
@@ -51,7 +51,7 @@ RetryI::opIdempotent(int nRetry, const Ice::Current& current)
}
void
-RetryI::opNotIdempotent(const Ice::Current& current)
+RetryI::opNotIdempotent(const Ice::Current&)
{
throw Ice::ConnectionLostException(__FILE__, __LINE__);
}