From 7e9c54ffa26b0db1b7eb39639ef512ca6f9c81bc Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 19 Oct 2022 20:52:55 +0300 Subject: [PATCH] Disable -Wdeprecated-builtins for Clang 15 - the warning comes from Boost.Move --- test/Jamfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 5d32880..349d5a9 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -366,7 +366,9 @@ compile sp_pedantic_test.cpp : pedantic msvc:on gcc:on - clang:on ; + clang:on + clang-15:-Wno-deprecated-builtins + ; run sp_owner_before_test.cpp ; run sp_owner_equals_test.cpp ;