From 047677f816eb972a75213f3ed62dfc03368c2736 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 11 Jan 2013 00:37:06 +0100 Subject: Fixed (ICE-5181) - unreferenced formal parameter --- cpp/test/Ice/objects/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/objects/Client.cpp') diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp index 0e8aef5be86..54efd5c1bbf 100644 --- a/cpp/test/Ice/objects/Client.cpp +++ b/cpp/test/Ice/objects/Client.cpp @@ -66,7 +66,7 @@ public: }; int -run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) +run(int, char**, const Ice::CommunicatorPtr& communicator) { Ice::ObjectFactoryPtr factory = new MyObjectFactory; communicator->addObjectFactory(factory, "::Test::B"); -- cgit v1.2.3