g2gps opened a new pull request, #11050:
URL: https://github.com/apache/nuttx/pull/11050
## Summary
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.
## Impact
Clean build when building libcxx.
## Testing
GCC 12.2.0 riscv-gnu-toolchain with std=c++2b. `arty_a7:knsh` with cxxtest
enabled.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]