summaryrefslogtreecommitdiff
path: root/tests/cleanup1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cleanup1.c')
-rw-r--r--tests/cleanup1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cleanup1.c b/tests/cleanup1.c
index 52a67c7..a5313d9 100644
--- a/tests/cleanup1.c
+++ b/tests/cleanup1.c
@@ -128,7 +128,7 @@ mythread(void * arg)
pthread_cleanup_pop(0);
#ifdef _MSC_VER
-#pragma inline_depth(8)
+#pragma inline_depth()
#endif
return (void *) result;