Boost logo

Boost-Commit :

From: None_at_[hidden]
Date: 2007-08-10 07:22:54


Author: None
Date: 2007-08-10 07:22:54 EDT (Fri, 10 Aug 2007)
New Revision: 38565
URL: http://svn.boost.org/trac/boost/changeset/38565

Log:
Add -Wsign-promo to the hash test compile flags since I'm now trying to avoid the warning. I still need to check that it won't break older versions of gcc.
Text files modified:
   trunk/libs/functional/hash/test/Jamfile.v2 | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2007-08-10 07:22:54 EDT (Fri, 10 Aug 2007)
@@ -8,6 +8,7 @@
 project hash-tests
     : requirements
         <toolset>gcc:<define>_GLIBCXX_DEBUG
+ <toolset>gcc:<cxxflags>-Wsign-promo
     ;
 
 test-suite functional/hash


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