mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00: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:
parent
2286749f97
commit
75c765cc13
@ -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 ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user