summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:07:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 16:07:24 +0000
commitb3a9fde891e440cfc2549fd7c2de16737b8a569a (patch)
tree7e95719ed3d0fe17d205ca532e47b690e99957f7 /stlport
parent8c9459b96e7b3d47733481b4705c95a9b508f4e7 (diff)
INTEGRATION: CWS cmcfixes43 (1.3.114); FILE MERGED
2008/03/03 09:22:45 cmc 1.3.114.1: #i86625# remove hash_map/hash_set warnings
Diffstat (limited to 'stlport')
-rw-r--r--stlport/systemstl/hash_set4
1 files changed, 3 insertions, 1 deletions
diff --git a/stlport/systemstl/hash_set b/stlport/systemstl/hash_set
index a87c899d0290..35ceccad40d1 100644
--- a/stlport/systemstl/hash_set
+++ b/stlport/systemstl/hash_set
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: hash_set,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -31,7 +31,9 @@
#ifndef SYSTEM_STL_HASHSET
#define SYSTEM_STL_HASHSET
+#define _BACKWARD_BACKWARD_WARNING_H 1
#include <ext/hash_set>
+#undef _BACKWARD_BACKWARD_WARNING_H
#ifdef GCC
namespace std