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