summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-15 01:45:09 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-15 01:45:09 +0000
commit504ca7c45e8eb8d901d768a55dbd3d3ef9c3ecfd (patch)
treee7bb61f5d2d6d091b491c87ec00fa7e1f388dbdc /cpp/src/slice2cppe/Gen.cpp
parentICE_STRING_VERSION -> ICEE_STRING_VERSION. (diff)
downloadice-504ca7c45e8eb8d901d768a55dbd3d3ef9c3ecfd.tar.bz2
ice-504ca7c45e8eb8d901d768a55dbd3d3ef9c3ecfd.tar.xz
ice-504ca7c45e8eb8d901d768a55dbd3d3ef9c3ecfd.zip
backout the slice2cppe fix.
Diffstat (limited to 'cpp/src/slice2cppe/Gen.cpp')
-rw-r--r--cpp/src/slice2cppe/Gen.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp
index c3756823601..281dce591c4 100644
--- a/cpp/src/slice2cppe/Gen.cpp
+++ b/cpp/src/slice2cppe/Gen.cpp
@@ -239,17 +239,6 @@ Slice::Gen::generate(const UnitPtr& p)
C << "\n#include <IceE/LocalException.h>";
}
- //
- // COMPILERFIX: EVC 4. Cannot find a way to work around the
- // "recursive on all control paths, function will cause runtime
- // stack overflow" for the exception test, hence we disable the
- // warning ONLY in the generated code.
- //
- C << "\n";
- C << "\n#ifdef _WIN32_WCE";
- C << "\n# pragma warning( disable : 4717 )";
- C << "\n#endif";
-
StringList includes = p->includeFiles();
for(StringList::const_iterator q = includes.begin(); q != includes.end(); ++q)