diff options
Diffstat (limited to 'tests/cleanup0.c')
-rw-r--r-- | tests/cleanup0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cleanup0.c b/tests/cleanup0.c index 9cd9c5c..a237be4 100644 --- a/tests/cleanup0.c +++ b/tests/cleanup0.c @@ -118,7 +118,7 @@ mythread(void * arg) pthread_cleanup_pop(1); #ifdef _MSC_VER -#pragma inline_depth(8) +#pragma inline_depth() #endif return (void *) result; |