Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-06 07:19:04


Author: danieljames
Date: 2007-12-06 07:19:03 EST (Thu, 06 Dec 2007)
New Revision: 41785
URL: http://svn.boost.org/trac/boost/changeset/41785

Log:
Remove extra warning flags - if tested against boost 1.34 they result in far too
many warnings (mostly due to Boost.Hash). Against trunk there are currently
no warnings.

Text files modified:
   sandbox/unordered/libs/unordered/test/container/Jamfile.v2 | 2 --
   sandbox/unordered/libs/unordered/test/exception/Jamfile.v2 | 1 -
   sandbox/unordered/libs/unordered/test/unordered/Jamfile.v2 | 2 --
   3 files changed, 0 insertions(+), 5 deletions(-)

Modified: sandbox/unordered/libs/unordered/test/container/Jamfile.v2
==============================================================================
--- sandbox/unordered/libs/unordered/test/container/Jamfile.v2 (original)
+++ sandbox/unordered/libs/unordered/test/container/Jamfile.v2 2007-12-06 07:19:03 EST (Thu, 06 Dec 2007)
@@ -8,8 +8,6 @@
 project unordered-test/container
     : requirements
         <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
- <toolset>gcc:<cxxflags>-Wsign-promo
- <toolset>msvc:<cxxflags>/W4
     ;
 
 test-suite container-tests

Modified: sandbox/unordered/libs/unordered/test/exception/Jamfile.v2
==============================================================================
--- sandbox/unordered/libs/unordered/test/exception/Jamfile.v2 (original)
+++ sandbox/unordered/libs/unordered/test/exception/Jamfile.v2 2007-12-06 07:19:03 EST (Thu, 06 Dec 2007)
@@ -10,7 +10,6 @@
 project unordered-test/exception-tests
     : requirements
         <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
- <toolset>gcc:<cxxflags>-Wsign-promo
     ;
 
 test-suite unordered-tests

Modified: sandbox/unordered/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- sandbox/unordered/libs/unordered/test/unordered/Jamfile.v2 (original)
+++ sandbox/unordered/libs/unordered/test/unordered/Jamfile.v2 2007-12-06 07:19:03 EST (Thu, 06 Dec 2007)
@@ -8,8 +8,6 @@
 project unordered-test/unordered
     : requirements
         <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
- <toolset>gcc:<cxxflags>-Wsign-promo
- <toolset>msvc:<cxxflags>/W4
     ;
 
 test-suite unordered-tests


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