forked from boostorg/assert
Take care of gcc-4.4 in addition to gcc-4.4.7
This commit is contained in:
@ -14,7 +14,9 @@ project : requirements
|
|||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
<toolset>gcc:<warnings-as-errors>on
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
<toolset>gcc:<cxxflags>-Wshadow
|
<toolset>gcc:<cxxflags>-Wshadow
|
||||||
<toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare ;
|
<toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare
|
||||||
|
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare
|
||||||
|
;
|
||||||
|
|
||||||
run assert_test.cpp ;
|
run assert_test.cpp ;
|
||||||
run current_function_test.cpp
|
run current_function_test.cpp
|
||||||
|
Reference in New Issue
Block a user