Use -Wno-sign-compare on g++ 4.4.7

This commit is contained in:
Peter Dimov
2019-04-27 06:49:39 +03:00
parent d9e5fb0d41
commit 64607e2e2e

View File

@ -21,6 +21,7 @@ project
<toolset>gcc:<cxxflags>-Wno-long-long
<toolset>gcc-4.4.7:<cxxflags>-Wno-strict-aliasing
<toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<cxxflags>-Wno-long-long