mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 12:37:13 +02:00
Disable -Wsign-compare for GCC 4.4
This commit is contained in:
@ -20,6 +20,8 @@ project
|
|||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
<toolset>gcc:<warnings-as-errors>on
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
|
|
||||||
|
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare
|
||||||
;
|
;
|
||||||
|
|
||||||
rule system-run ( sources + )
|
rule system-run ( sources + )
|
||||||
|
Reference in New Issue
Block a user