[libcxx] [test] Fix nodiscard warnings.
MSVC's STL has marked to_bytes/from_bytes as nodiscard.
Paths
| Differential D45595
[libcxx] [test] Fix nodiscard warnings. ClosedPublic Authored by STL_MSFT on Apr 12 2018, 3:16 PM.
Details
Summary [libcxx] [test] Fix nodiscard warnings. MSVC's STL has marked to_bytes/from_bytes as nodiscard.
Diff Detail Event TimelineComment Actions There's a macro for this in test_macros.h to make it easier to search for. please use that This revision is now accepted and ready to land.Apr 12 2018, 3:32 PM STL_MSFT mentioned this in rL329979: [libcxx] [test] Use TEST_IGNORE_NODISCARD..Apr 12 2018, 5:12 PM
Revision Contents
Diff 142273 test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_err_string.pass.cpp
|