diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 27bb74b..c285885 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -96,7 +96,9 @@ run lightweight_test_test4.cpp : : : $(pedantic-errors) ; run lightweight_test_test5.cpp : : : $(pedantic-errors) - gcc-4.4.7:-Wno-sign-compare ; + gcc-4.4.7:-Wno-sign-compare + gcc-4.4:-Wno-sign-compare + ; run lightweight_test_test6.cpp : : : $(pedantic-errors) ;