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/info/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/info/Client.cpp') diff --git a/cpp/test/Ice/info/Client.cpp b/cpp/test/Ice/info/Client.cpp index f8aa8a77a3a..b5dfab5b94d 100644 --- a/cpp/test/Ice/info/Client.cpp +++ b/cpp/test/Ice/info/Client.cpp @@ -16,7 +16,7 @@ DEFINE_TEST("client") 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); -- cgit v1.2.3