llvm-project/libcxx/test/std/thread/thread.condition
Martin Storsjö 4adb4bca05 [libcxx] [test] Fix a test error with condvars with trivial destruction
If the destructor is trivial (_LIBCPP_HAS_TRIVIAL_CONDVAR_DESTRUCTION,
the constructor always is), the compiler warns about the
std::condition_variable being unused.

Add a cast to void to silence the warning about the object being unused.

Differential Revision: https://reviews.llvm.org/D97540
2021-03-02 20:34:22 +02:00
..
thread.condition.condvar [libcxx] [test] Fix a test error with condvars with trivial destruction 2021-03-02 20:34:22 +02:00
thread.condition.condvarany [libc++] Allow retries in a few more flaky tests 2021-02-17 11:20:40 -05:00
cv_status.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
notify_all_at_thread_exit.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00