mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 12:57:26 +02:00
Take care of gcc-4.4 in addition to gcc-4.4.7
This commit is contained in:
@ -96,7 +96,9 @@ run lightweight_test_test4.cpp
|
||||
: : : $(pedantic-errors) ;
|
||||
run lightweight_test_test5.cpp
|
||||
: : : $(pedantic-errors)
|
||||
<toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare ;
|
||||
<toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare
|
||||
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare
|
||||
;
|
||||
run lightweight_test_test6.cpp
|
||||
: : : $(pedantic-errors) ;
|
||||
|
||||
|
Reference in New Issue
Block a user