Remove 'warnings-as-errors' flag that was breaking the build.

[SVN r57564]
This commit is contained in:
Daniel James
2009-11-11 14:03:44 +00:00
parent 9958072d2a
commit d8bfb81914

View File

@@ -14,9 +14,6 @@ project hash-tests
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
<toolset>gcc:<define>_GLIBCXX_DEBUG
<toolset>darwin:<define>_GLIBCXX_DEBUG
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>darwin:<warnings-as-errors>on
;
test-suite functional/hash
@@ -40,14 +37,13 @@ test-suite functional/hash
[ run hash_deque_test.cpp ]
[ run hash_set_test.cpp ]
[ run hash_map_test.cpp ]
[ run hash_complex_test.cpp : : : <warnings-as-errors>off ]
[ run hash_complex_test.cpp ]
[ run link_test.cpp link_test_2.cpp ]
[ run link_ext_test.cpp link_no_ext_test.cpp ]
[ run extensions_hpp_test.cpp ]
[ run container_fwd_test.cpp ]
# Don't want compile-fail tests to fail because of warnings.
[ compile-fail hash_no_ext_fail_test.cpp : : : <warnings-as-errors>off ]
[ compile-fail namespace_fail_test.cpp : : : <warnings-as-errors>off ]
[ compile-fail hash_no_ext_fail_test.cpp ]
[ compile-fail namespace_fail_test.cpp ]
[ run hash_no_ext_macro_1.cpp ]
[ run hash_no_ext_macro_2.cpp ]
;