summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SslTransceiver.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2003-12-16 16:26:57 +0000
committerBernard Normier <bernard@zeroc.com>2003-12-16 16:26:57 +0000
commit1d7fae6504a76b404a6f7d855b47ac62d5ee59aa (patch)
treeaace1838b26399ae5cb46df9de54830e565caab8 /cpp/src/IceSSL/SslTransceiver.cpp
parentFixed build (diff)
downloadice-1d7fae6504a76b404a6f7d855b47ac62d5ee59aa.tar.bz2
ice-1d7fae6504a76b404a6f7d855b47ac62d5ee59aa.tar.xz
ice-1d7fae6504a76b404a6f7d855b47ac62d5ee59aa.zip
Fixed Windows build
Diffstat (limited to 'cpp/src/IceSSL/SslTransceiver.cpp')
-rw-r--r--cpp/src/IceSSL/SslTransceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SslTransceiver.cpp b/cpp/src/IceSSL/SslTransceiver.cpp
index 13b3952b308..6987ea1102d 100644
--- a/cpp/src/IceSSL/SslTransceiver.cpp
+++ b/cpp/src/IceSSL/SslTransceiver.cpp
@@ -89,7 +89,7 @@ IceSSL::SslTransceiver::close()
closeSocket(_fd);
_fd = INVALID_SOCKET;
}
- catch(const SocketException& ex)
+ catch(const SocketException&)
{
_fd = INVALID_SOCKET;
throw;