Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58394 - in trunk/libs: functional/hash/test unordered/test/exception unordered/test/unordered
From: daniel_james_at_[hidden]
Date: 2009-12-15 08:16:33


Author: danieljames
Date: 2009-12-15 08:16:32 EST (Tue, 15 Dec 2009)
New Revision: 58394
URL: http://svn.boost.org/trac/boost/changeset/58394

Log:
Turn off warnings as errors on gcc/darwin because the integer library currently causes some warnings.
Text files modified:
   trunk/libs/functional/hash/test/Jamfile.v2 | 4 ++--
   trunk/libs/unordered/test/exception/Jamfile.v2 | 4 ++--
   trunk/libs/unordered/test/unordered/Jamfile.v2 | 4 ++--
   3 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2009-12-15 08:16:32 EST (Tue, 15 Dec 2009)
@@ -15,8 +15,8 @@
         <toolset>gcc:<define>_GLIBCXX_DEBUG
         <toolset>darwin:<define>_GLIBCXX_DEBUG
         <toolset>msvc:<warnings-as-errors>on
- <toolset>gcc:<warnings-as-errors>on
- <toolset>darwin:<warnings-as-errors>on
+ #<toolset>gcc:<warnings-as-errors>on
+ #<toolset>darwin:<warnings-as-errors>on
     ;
 
 test-suite functional/hash

Modified: trunk/libs/unordered/test/exception/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/exception/Jamfile.v2 (original)
+++ trunk/libs/unordered/test/exception/Jamfile.v2 2009-12-15 08:16:32 EST (Tue, 15 Dec 2009)
@@ -17,8 +17,8 @@
         <toolset>gcc:<define>_GLIBCXX_DEBUG
         <toolset>darwin:<define>_GLIBCXX_DEBUG
         <toolset>msvc:<warnings-as-errors>on
- <toolset>gcc:<warnings-as-errors>on
- <toolset>darwin:<warnings-as-errors>on
+ #<toolset>gcc:<warnings-as-errors>on
+ #<toolset>darwin:<warnings-as-errors>on
     ;
 
 test-suite unordered-exception

Modified: trunk/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- trunk/libs/unordered/test/unordered/Jamfile.v2 (original)
+++ trunk/libs/unordered/test/unordered/Jamfile.v2 2009-12-15 08:16:32 EST (Tue, 15 Dec 2009)
@@ -14,8 +14,8 @@
         <toolset>gcc:<define>_GLIBCXX_DEBUG
         <toolset>darwin:<define>_GLIBCXX_DEBUG
         <toolset>msvc:<warnings-as-errors>on
- <toolset>gcc:<warnings-as-errors>on
- <toolset>darwin:<warnings-as-errors>on
+ #<toolset>gcc:<warnings-as-errors>on
+ #<toolset>darwin:<warnings-as-errors>on
     ;
 
 test-suite unordered


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk