summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/GeneralConfig.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-10 20:38:43 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-10 20:38:43 +0000
commitf8466eef681265e2f50c27fc3bb0c1c47ac2b41f (patch)
treef5dea5fdde8c7ad5a57a9dd8360d280732b6ee29 /cpp/src/IceSSL/GeneralConfig.cpp
parent_ovwt -> _ovrd (diff)
downloadice-f8466eef681265e2f50c27fc3bb0c1c47ac2b41f.tar.bz2
ice-f8466eef681265e2f50c27fc3bb0c1c47ac2b41f.tar.xz
ice-f8466eef681265e2f50c27fc3bb0c1c47ac2b41f.zip
stlport in debug mode
Diffstat (limited to 'cpp/src/IceSSL/GeneralConfig.cpp')
-rw-r--r--cpp/src/IceSSL/GeneralConfig.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/cpp/src/IceSSL/GeneralConfig.cpp b/cpp/src/IceSSL/GeneralConfig.cpp
index 3ad39917e1e..541614d8ad4 100644
--- a/cpp/src/IceSSL/GeneralConfig.cpp
+++ b/cpp/src/IceSSL/GeneralConfig.cpp
@@ -8,20 +8,11 @@
//
// **********************************************************************
-// 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/GeneralConfig.h>
#include <string>
#include <algorithm>
-#include <IceSSL/GeneralConfig.h>
-
using namespace std;
IceSSL::GeneralConfig::GeneralConfig()