Add the -Wsign-promo flag to the unordered tests on gcc.

[SVN r38566]
This commit is contained in:
Daniel James
2007-08-10 12:01:11 +00:00
parent f11b2272e4
commit 6eaf45a0b0
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import testing ;
project unordered-test/container
: requirements
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
<toolset>gcc:<cxxflags>-Wsign-promo
;
test-suite container-tests

View File

@ -11,6 +11,7 @@ alias framework : /boost/test//boost_unit_test_framework ;
project unordered-test/exception-tests
: requirements
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
<toolset>gcc:<cxxflags>-Wsign-promo
;
test-suite unordered-tests

View File

@ -8,6 +8,7 @@ import testing ;
project unordered-test/unordered
: requirements
<toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"
<toolset>gcc:<cxxflags>-Wsign-promo
;
test-suite unordered-tests