Take care of gcc-4.4 in addition to gcc-4.4.7

This commit is contained in:
Peter Dimov
2021-06-10 16:41:28 +03:00
parent 3f9f17af50
commit e2fa62c4d8

View File

@ -14,7 +14,9 @@ project : requirements
<toolset>clang:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<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 current_function_test.cpp