mirror of
https://github.com/boostorg/core.git
synced 2025-09-27 17:50:56 +02:00
Disabled warnings about deprecated builtins on clang-15.
The warnings are caused by Boost.TypeTraits: https://github.com/boostorg/type_traits/issues/173
This commit is contained in:
@@ -14,6 +14,8 @@ project : requirements
|
|||||||
<warnings>extra
|
<warnings>extra
|
||||||
<toolset>msvc:<warnings-as-errors>on
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
<toolset>clang:<warnings-as-errors>on
|
<toolset>clang:<warnings-as-errors>on
|
||||||
|
# https://github.com/boostorg/type_traits/issues/173
|
||||||
|
<toolset>clang-15:<cxxflags>-Wno-deprecated-builtins
|
||||||
<toolset>gcc:<warnings-as-errors>on
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare ;
|
<toolset>gcc-4.4:<cxxflags>-Wno-sign-compare ;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user