From 61bbcbf341666ebd00168ab39c2ea07b9f153e24 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 27 Jan 2025 19:41:32 +0200 Subject: [PATCH] Disable warnings for compile-fail tests --- test/Jamfile.v2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index de91350..eaef21d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -52,8 +52,10 @@ run array7.cpp ; compile array_constexpr.cpp ; -compile-fail array_getfail1.cpp ; -compile-fail array_getfail2.cpp ; +compile-fail array_getfail1.cpp + : off ; +compile-fail array_getfail2.cpp + : off ; run array_hash.cpp : : : [ requires cxx11_noexcept ] ;