Disable -Wsign-compare on gcc 4.4.7

This commit is contained in:
Peter Dimov
2019-12-08 22:02:59 +02:00
parent bb86f9ebb5
commit 05c23a43b4

View File

@ -13,7 +13,8 @@ project : requirements
<toolset>msvc:<warnings-as-errors>on
<toolset>clang:<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 ;
run assert_test.cpp ;
run current_function_test.cpp