diff options
Diffstat (limited to 'cpp/test/Ice/facets/Client.cpp')
-rw-r--r-- | cpp/test/Ice/facets/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/facets/Client.cpp b/cpp/test/Ice/facets/Client.cpp index 60ecbd0eeb1..90cd0519fd4 100644 --- a/cpp/test/Ice/facets/Client.cpp +++ b/cpp/test/Ice/facets/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) { GPrx allTests(const Ice::CommunicatorPtr&); GPrx g = allTests(communicator); |