From e002a3d84e3517b6485c8c293481d141538d8e5e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 9 Jul 2013 19:51:05 +0200 Subject: minor fix to test/Ice/exceptions --- cpp/test/Ice/exceptions/AllTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/exceptions/AllTests.cpp') diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp index caf331f30ff..7182058dbf4 100644 --- a/cpp/test/Ice/exceptions/AllTests.cpp +++ b/cpp/test/Ice/exceptions/AllTests.cpp @@ -1363,7 +1363,7 @@ allTests(const Ice::CommunicatorPtr& communicator, bool collocated) thrower->throwMemoryLimitException(Ice::ByteSeq(20 * 1024)); // 20KB test(collocated); } - catch(const Ice::MemoryLimitException& ex) + catch(const Ice::MemoryLimitException&) { } catch(...) -- cgit v1.2.3