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.

[SVN r38565]
This commit is contained in:
nobody
2007-08-10 11:22:54 +00:00
parent e5e8814e12
commit bb774728a0

View File

@@ -8,6 +8,7 @@ import testing ;
project hash-tests project hash-tests
: requirements : requirements
<toolset>gcc:<define>_GLIBCXX_DEBUG <toolset>gcc:<define>_GLIBCXX_DEBUG
<toolset>gcc:<cxxflags>-Wsign-promo
; ;
test-suite functional/hash test-suite functional/hash