Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-08-10 08:01:14


Author: danieljames
Date: 2007-08-10 08:01:11 EDT (Fri, 10 Aug 2007)
New Revision: 38566
URL: http://svn.boost.org/trac/boost/changeset/38566

Log:
Add the -Wsign-promo flag to the unordered tests on gcc.
Text files modified:
   sandbox/unordered/libs/unordered/test/container/Jamfile.v2 | 1 +
   sandbox/unordered/libs/unordered/test/exception/Jamfile.v2 | 1 +
   sandbox/unordered/libs/unordered/test/unordered/Jamfile.v2 | 1 +
   3 files changed, 3 insertions(+), 0 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-08-10 08:01:11 EDT (Fri, 10 Aug 2007)
@@ -8,6 +8,7 @@
 project unordered-test/container
     : requirements
         <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
+ <toolset>gcc:<cxxflags>-Wsign-promo
     ;
 
 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-08-10 08:01:11 EDT (Fri, 10 Aug 2007)
@@ -11,6 +11,7 @@
 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-08-10 08:01:11 EDT (Fri, 10 Aug 2007)
@@ -8,6 +8,7 @@
 project unordered-test/unordered
     : requirements
         <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
+ <toolset>gcc:<cxxflags>-Wsign-promo
     ;
 
 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