diff options
author | Marc Laukien <marc@zeroc.com> | 2001-06-01 23:11:29 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-06-01 23:11:29 +0000 |
commit | ab904714830c3ecebc6e90d03bff4e4960e8ff3b (patch) | |
tree | bbb1771e570da27273b15174d1d7b0941a7f43e6 /cpp/include/Ice/Config.h | |
parent | more vector stuff (diff) | |
download | ice-ab904714830c3ecebc6e90d03bff4e4960e8ff3b.tar.bz2 ice-ab904714830c3ecebc6e90d03bff4e4960e8ff3b.tar.xz ice-ab904714830c3ecebc6e90d03bff4e4960e8ff3b.zip |
win fixes
Diffstat (limited to 'cpp/include/Ice/Config.h')
-rw-r--r-- | cpp/include/Ice/Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/include/Ice/Config.h b/cpp/include/Ice/Config.h index 4fdb13e1004..4be577f871d 100644 --- a/cpp/include/Ice/Config.h +++ b/cpp/include/Ice/Config.h @@ -13,6 +13,8 @@ #if defined(WIN32) +// '...' : forcing value to bool 'true' or 'false' (performance warning) +# pragma warning( disable : 4800 ) // ... identifier was truncated to '255' characters in the debug information # pragma warning( disable : 4786 ) // 'this' : used in base member initializer list |