summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/Client.cpp')
-rw-r--r--cpp/test/Ice/background/Client.cpp2
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);