Hash: Stop using -strict-ansi for Intel.

It doesn't seem to be compatible with C++11.

[SVN r82060]
This commit is contained in:
Daniel James
2012-12-17 23:38:35 +00:00
parent cc257de68e
commit 3ed0808377

2
hash/test/Jamfile.v2 Normal file → Executable file
View File

@@ -9,7 +9,7 @@ project hash-tests
: requirements
<warnings>all
<toolset>intel:<warnings>on
<toolset>intel:<cxxflags>-strict-ansi
#<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