diff options
author | Michi Henning <michi@zeroc.com> | 2005-11-18 22:59:46 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-11-18 22:59:46 +0000 |
commit | 1995b4af86f8edbb2f12405d05bce2b6e47459b1 (patch) | |
tree | fa5813ff5b05ea5f8d316515b394ee520aacd288 /cpp/src/IceSSL/OpenSSLPluginI.cpp | |
parent | Added note about iceboxd (diff) | |
download | ice-1995b4af86f8edbb2f12405d05bce2b6e47459b1.tar.bz2 ice-1995b4af86f8edbb2f12405d05bce2b6e47459b1.tar.xz ice-1995b4af86f8edbb2f12405d05bce2b6e47459b1.zip |
Moved VS 8 warning suppression into IceUtil/DisableWarnings.h
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r-- | cpp/src/IceSSL/OpenSSLPluginI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index 8a440184c58..69c1a44c333 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -7,6 +7,8 @@ // // ********************************************************************** +#include <IceUtil/DisableWarnings.h> + #include <IceSSL/OpenSSLPluginI.h> #include <Ice/LoggerUtil.h> |