diff options
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r-- | cpp/test/Ice/retry/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp index 95925cb90e4..3ab5f29e017 100644 --- a/cpp/test/Ice/retry/Client.cpp +++ b/cpp/test/Ice/retry/Client.cpp @@ -17,7 +17,7 @@ using namespace std; using namespace Test; int -run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) +run(int, char**, const Ice::CommunicatorPtr& communicator) { RetryPrx allTests(const Ice::CommunicatorPtr&); RetryPrx retry = allTests(communicator); |