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:
Andrey Semashev 2022-12-18 01:02:18 +03:00
parent 2286749f97
commit 75c765cc13

View File

@ -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 ;