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.


[SVN r41785]
This commit is contained in:
Daniel James
2007-12-06 12:19:03 +00:00
parent 044bbc437c
commit 73bc8b397c
3 changed files with 0 additions and 5 deletions

View File

@ -8,8 +8,6 @@ import testing ;
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

View File

@ -10,7 +10,6 @@ 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,8 +8,6 @@ import testing ;
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