diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-11-18 03:21:30 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-11-18 03:21:30 +0000 |
commit | df5c3c6c6e5162f29bf71db6fbe38311f458dbc7 (patch) | |
tree | 2ee8eb50447c5280dfeb826984006d9eae448710 /cpp/src | |
parent | DB 4.3 upgrade, installer updates (diff) | |
download | ice-df5c3c6c6e5162f29bf71db6fbe38311f458dbc7.tar.bz2 ice-df5c3c6c6e5162f29bf71db6fbe38311f458dbc7.tar.xz ice-df5c3c6c6e5162f29bf71db6fbe38311f458dbc7.zip |
Intel 8.1 fixes
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index ef41956cdf9..4474ae90d06 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -7,15 +7,6 @@ // // ********************************************************************** -#ifdef __INTEL_COMPILER -// -// COMPILERBUG: The Ice/exception test fails when this file is built -// with ICC 8.0.55 with -O1 or -O2. It would be nice to isolate and -// work-around this bug. -// -#pragma optimize("", off) -#endif - #include <Ice/Outgoing.h> #include <Ice/Object.h> #include <Ice/ConnectionI.h> |