Disable -Wsign-compare for GCC 4.4

This commit is contained in:
Peter Dimov
2022-02-06 22:29:28 +02:00
parent a5c1ab042e
commit 72a79b1dcb

View File

@ -20,6 +20,8 @@ project
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare
;
rule system-run ( sources + )