diff options
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(...) |