summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/defaultServant/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/defaultServant/Client.cpp')
-rw-r--r--cpp/test/Ice/defaultServant/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/defaultServant/Client.cpp b/cpp/test/Ice/defaultServant/Client.cpp
index 0cae1b54f66..01dbfd268c2 100644
--- a/cpp/test/Ice/defaultServant/Client.cpp
+++ b/cpp/test/Ice/defaultServant/Client.cpp
@@ -15,7 +15,7 @@ using namespace std;
using namespace Test;
int
-run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
+run(int, char**, const Ice::CommunicatorPtr& communicator)
{
void allTests(const Ice::CommunicatorPtr&);
allTests(communicator);