commit | 718291290dd102c2899b4f1fdc6ff03dd98ba04a | [log] [tgz] |
---|---|---|
author | Stephan T. Lavavej <stl@nuwen.net> | Thu Aug 21 00:28:17 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 21 00:31:26 2025 -0700 |
tree | f840983311e801eaaced6c465c5544f40d7a004d | |
parent | 548b4300f55244b050164c5ca98b8c01c7520a8e [diff] |
[libcxx][test] Silence nodiscard warnings (#154622) MSVC's STL marks `std::make_shared`, `std::allocate_shared`, `std::bitset::to_ulong`, and `std::bitset::to_ullong` as `[[nodiscard]]`, which causes these libcxx tests to emit righteous warnings. They should use the traditional `(void)` cast technique to ignore the return values. GitOrigin-RevId: f60ff00939a50065c45a32276e90f367c7e2c22a