summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-01-28 17:29:20 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-01-28 17:29:20 +0000
commit7887a983596d65799fe9ca9ce9ce441f11c684d3 (patch)
treea87f8cb6ce1312cd487188e73d62766199aaee95 /cpp/src
parentrelease build settings (diff)
downloadice-7887a983596d65799fe9ca9ce9ce441f11c684d3.tar.bz2
ice-7887a983596d65799fe9ca9ce9ce441f11c684d3.tar.xz
ice-7887a983596d65799fe9ca9ce9ce441f11c684d3.zip
Win32 build fix
Diffstat (limited to 'cpp/src')
-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().
}