From b3fa7ca565d9321f6c136dc3b35de980045551dc Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 10 Jun 2021 04:58:17 +0300 Subject: [PATCH] Take care of gcc-4.4 in addition to gcc-4.4.7 --- test/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) ;