diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-12-22 04:51:53 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-12-22 04:51:53 +0000 |
commit | c754510e67d7d132d7437407ca479bc341aa470f (patch) | |
tree | 109382a17d83e7939f8239b13dc8a1f9dfc6af30 /cpp/src/IcePatch2/OS.cpp | |
parent | fixing compiler warning (diff) | |
download | ice-c754510e67d7d132d7437407ca479bc341aa470f.tar.bz2 ice-c754510e67d7d132d7437407ca479bc341aa470f.tar.xz ice-c754510e67d7d132d7437407ca479bc341aa470f.zip |
Disable VC8 warnings
Diffstat (limited to 'cpp/src/IcePatch2/OS.cpp')
-rw-r--r-- | cpp/src/IcePatch2/OS.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IcePatch2/OS.cpp b/cpp/src/IcePatch2/OS.cpp index 505a5e7185b..faf89dde3f0 100644 --- a/cpp/src/IcePatch2/OS.cpp +++ b/cpp/src/IcePatch2/OS.cpp @@ -7,6 +7,7 @@ // // ********************************************************************** +#include <IceUtil/DisableWarnings.h> #include <OS.h> #include <IceUtil/Unicode.h> |