Hash: Stop using warnings as errors for Visual C++.

I'd like to get full test results for Visual C++ with STLport.

[SVN r81712]
This commit is contained in:
Daniel James
2012-12-04 22:23:20 +00:00
parent 8600928f9f
commit d0bcc1ef41

View File

@@ -12,7 +12,7 @@ project hash-tests
<toolset>intel:<cxxflags>-strict-ansi
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow"
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow"
<toolset>msvc:<warnings-as-errors>on
#<toolset>msvc:<warnings-as-errors>on
#<toolset>gcc:<warnings-as-errors>on
#<toolset>darwin:<warnings-as-errors>on
;