mirror of
https://github.com/boostorg/assert.git
synced 2025-08-02 05:44:28 +02:00
Disable -Wsign-compare on gcc 4.4.7
This commit is contained in:
@@ -13,7 +13,8 @@ project : requirements
|
|||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
<toolset>gcc:<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 assert_test.cpp ;
|
||||||
run current_function_test.cpp
|
run current_function_test.cpp
|
||||||
|
Reference in New Issue
Block a user