forked from boostorg/unordered
Fix the intel strict flag.
[SVN r57150]
This commit is contained in:
@ -8,7 +8,8 @@ import testing ;
|
|||||||
project unordered-test/unordered
|
project unordered-test/unordered
|
||||||
: requirements
|
: requirements
|
||||||
<warnings>all
|
<warnings>all
|
||||||
<toolset>intel:<warnings>on <cxxflags>-strict_ansi
|
<toolset>intel:<warnings>on
|
||||||
|
<toolset>intel:<cxxflags>-strict-ansi
|
||||||
<toolset>msvc:<cxxflags>/W4
|
<toolset>msvc:<cxxflags>/W4
|
||||||
<toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
|
<toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user