summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.cpp')
-rw-r--r--cpp/src/Ice/ConnectionFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.cpp b/cpp/src/Ice/ConnectionFactory.cpp
index 65bbba941cd..750711296c4 100644
--- a/cpp/src/Ice/ConnectionFactory.cpp
+++ b/cpp/src/Ice/ConnectionFactory.cpp
@@ -863,7 +863,7 @@ IceInternal::IncomingConnectionFactory::IncomingConnectionFactory(const Instance
{
_acceptor->close();
}
- catch(const LocalException& ex)
+ catch(const LocalException&)
{
// Here we ignore any exceptions in close().
}