diff options
Diffstat (limited to 'tests/condvar9.c')
-rw-r--r-- | tests/condvar9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar9.c b/tests/condvar9.c index e06df17..bdf10df 100644 --- a/tests/condvar9.c +++ b/tests/condvar9.c @@ -131,7 +131,7 @@ mythread(void * arg) pthread_cleanup_pop(0); #ifdef _MSC_VER -#pragma inline_depth(8) +#pragma inline_depth() #endif assert(cvthing.shared > 0); |