mirror of
https://github.com/boostorg/core.git
synced 2026-05-05 04:04:23 +02:00
Take care of gcc-4.4 in addition to gcc-4.4.7
This commit is contained in:
+3
-1
@@ -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