diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:07:12 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 16:07:12 +0000 |
commit | 8c9459b96e7b3d47733481b4705c95a9b508f4e7 (patch) | |
tree | 3920e267be436f3d69c01dab03e1daacfd9a72f7 /stlport/systemstl | |
parent | 00bb8d1b274ef6980d4eda655c16ba119e2e0d92 (diff) |
INTEGRATION: CWS cmcfixes43 (1.4.114); FILE MERGED
2008/03/03 09:22:45 cmc 1.4.114.1: #i86625# remove hash_map/hash_set warnings
Diffstat (limited to 'stlport/systemstl')
-rw-r--r-- | stlport/systemstl/hash_map | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stlport/systemstl/hash_map b/stlport/systemstl/hash_map index 3b12a5f30406..e855427f2c67 100644 --- a/stlport/systemstl/hash_map +++ b/stlport/systemstl/hash_map @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: hash_map,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -31,7 +31,9 @@ #ifndef SYSTEM_STL_HASHMAP #define SYSTEM_STL_HASHMAP +#define _BACKWARD_BACKWARD_WARNING_H 1 #include <ext/hash_map> +#undef _BACKWARD_BACKWARD_WARNING_H #ifdef GCC namespace __gnu_cxx |