summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r--cpp/test/Ice/exceptions/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp
index c946bd25f11..5dec31a5682 100644
--- a/cpp/test/Ice/exceptions/AllTests.cpp
+++ b/cpp/test/Ice/exceptions/AllTests.cpp
@@ -751,7 +751,7 @@ allTests(const Ice::CommunicatorPtr& communicator, bool collocated)
try {
communicator->removeObjectFactory("x");
}
- catch(const Ice::NotRegisteredException&e)
+ catch(const Ice::NotRegisteredException&)
{
gotException = true;
}