aboutsummaryrefslogtreecommitdiffstats
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_win32.c b/thread_win32.c
index 684085fdb0..f404a4f312 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -417,7 +417,7 @@ native_cond_destroy(rb_thread_cond_t *cond)
}
void
-ruby_init_stack(VALUE *addr)
+ruby_init_stack(volatile VALUE *addr)
{
}