Disable -Wdeprecated-builtins for Clang 15 - the warning comes from Boost.Move

This commit is contained in:
Peter Dimov
2022-10-19 20:52:55 +03:00
parent ca8d5216fc
commit 7e9c54ffa2

View File

@ -366,7 +366,9 @@ compile sp_pedantic_test.cpp
: <warnings>pedantic
<toolset>msvc:<warnings-as-errors>on
<toolset>gcc:<warnings-as-errors>on
<toolset>clang:<warnings-as-errors>on ;
<toolset>clang:<warnings-as-errors>on
<toolset>clang-15:<cxxflags>-Wno-deprecated-builtins
;
run sp_owner_before_test.cpp ;
run sp_owner_equals_test.cpp ;