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