mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
Removed suppression of -Wno-deprecated-builtins on clang-15.
Boost.TypeTraits was updated to not use the deprecated builtins, so suppressing the warning should no longer be necessary.
This commit is contained in:
@ -14,8 +14,6 @@ project : requirements
|
||||
<warnings>extra
|
||||
<toolset>msvc:<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-4.4:<cxxflags>-Wno-sign-compare ;
|
||||
|
||||
|
Reference in New Issue
Block a user