diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-10 20:38:43 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-10 20:38:43 +0000 |
commit | f8466eef681265e2f50c27fc3bb0c1c47ac2b41f (patch) | |
tree | f5dea5fdde8c7ad5a57a9dd8360d280732b6ee29 /cpp/src/IceSSL/CertificateDesc.cpp | |
parent | _ovwt -> _ovrd (diff) | |
download | ice-f8466eef681265e2f50c27fc3bb0c1c47ac2b41f.tar.bz2 ice-f8466eef681265e2f50c27fc3bb0c1c47ac2b41f.tar.xz ice-f8466eef681265e2f50c27fc3bb0c1c47ac2b41f.zip |
stlport in debug mode
Diffstat (limited to 'cpp/src/IceSSL/CertificateDesc.cpp')
-rw-r--r-- | cpp/src/IceSSL/CertificateDesc.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/IceSSL/CertificateDesc.cpp b/cpp/src/IceSSL/CertificateDesc.cpp index d13836b52b8..5c654f75050 100644 --- a/cpp/src/IceSSL/CertificateDesc.cpp +++ b/cpp/src/IceSSL/CertificateDesc.cpp @@ -8,15 +8,6 @@ // // ********************************************************************** -// Note: This pragma is used to disable spurious warning messages having -// to do with the length of debug symbols exceeding 255 characters. -// This is due to STL template identifiers expansion. -// The MSDN Library recommends that you put this pragma directive -// in place to avoid the warnings. -#ifdef _WIN32 -#pragma warning(disable:4786) -#endif - #include <IceSSL/CertificateDesc.h> using namespace std; |