mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 05:07:21 +02:00
Disable -Wdeprecated-builtins for Clang 15 - the warning comes from Boost.Move
This commit is contained in:
@ -366,7 +366,9 @@ compile sp_pedantic_test.cpp
|
|||||||
: <warnings>pedantic
|
: <warnings>pedantic
|
||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
<toolset>gcc:<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_before_test.cpp ;
|
||||||
run sp_owner_equals_test.cpp ;
|
run sp_owner_equals_test.cpp ;
|
||||||
|
Reference in New Issue
Block a user