Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libs/libcxx: Silence warnings when building libcxx.
Silence two warnings when building libcxx with GCC 12.2.0 and std=c++2b: libcxx/src/charconv.cpp_CXXFLAGS += -Wno-attributes - Results from libcxx fallback to use __always_inline__ when exclude_from_explicit_instantiation isn't available. libcxx/src/locale.cpp_CXXFLAGS += -Wno-attributes - Results from the expansion of _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS. Should be fine to ignore.
- Loading branch information