From 6f656adea320ebdc253594f94dbdad5a46af4a47 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 15 Sep 2013 19:33:17 +0000 Subject: [PATCH] Do not treat long long warnings as errors in lexical_cast + containers tests (fixes #9061) [SVN r85684] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index c66fae7..b1ffb57 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -40,7 +40,7 @@ test-suite conversion [ run lexical_cast_wchars_test.cpp ] [ run lexical_cast_float_types_test.cpp ] [ run lexical_cast_inf_nan_test.cpp ] - [ run lexical_cast_containers_test.cpp ] + [ run lexical_cast_containers_test.cpp : : : gcc:-Wno-long-long clang:-Wno-long-long ] [ run lexical_cast_empty_input_test.cpp ] [ run lexical_cast_pointers_test.cpp ] [ compile lexical_cast_typedefed_wchar_test.cpp : msvc:on ]