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