From bb774728a02b20545d67be42a09282142675aa05 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 10 Aug 2007 11:22:54 +0000 Subject: [PATCH] Add -Wsign-promo to the hash test compile flags since I'm now trying to avoid the warning. I still need to check that it won't break older versions of gcc. [SVN r38565] --- hash/test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 index 98adc96..f77271a 100644 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -8,6 +8,7 @@ import testing ; project hash-tests : requirements gcc:_GLIBCXX_DEBUG + gcc:-Wsign-promo ; test-suite functional/hash