mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +00:00
Resolve compiler warnings for regression tests
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
42881bcdaa
commit
dede22843a
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user