diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-01-28 17:29:20 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-01-28 17:29:20 +0000 |
commit | 7887a983596d65799fe9ca9ce9ce441f11c684d3 (patch) | |
tree | a87f8cb6ce1312cd487188e73d62766199aaee95 /cpp/src | |
parent | release build settings (diff) | |
download | ice-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.cpp | 2 |
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(). } |