Resolve compiler warnings for regression tests

This commit is contained in:
Ruihan Li
2024-03-16 00:40:17 +08:00
committed by Tate, Hongliang Tian
parent 42881bcdaa
commit dede22843a
8 changed files with 13 additions and 13 deletions

View File

@ -292,6 +292,7 @@ int main()
{
test_mutex_with_concurrent_counter();
test_robust_mutex_with_concurrent_counter();
// test_mutex_with_cond_wait();
// FIXME: Add the `test_mutex_with_cond_wait` test back.
(void)test_mutex_with_cond_wait;
return 0;
}