1
0
forked from boostorg/core

Disable -Wsign-compare for g++ 4.4

This commit is contained in:
Peter Dimov
2021-11-01 03:14:53 +02:00
parent 66f6ea594a
commit f09ab90243

View File

@ -14,7 +14,8 @@ project : requirements
<warnings>extra
<toolset>msvc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on ;
<toolset>gcc:<warnings-as-errors>on
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare ;
local warning-as-errors-off =
"-<toolset>msvc:<warnings-as-errors>on"