From 8caf81f1eafc07c14ec8ed006e07c362965ed32f Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 1 Oct 2003 18:26:11 +0000 Subject: * eval.c (rb_thread_raise): prototype; avoid VC++ warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 7c9ede5cb6..7726edb9e8 100644 --- a/eval.c +++ b/eval.c @@ -8188,7 +8188,7 @@ rb_thread_check(data) return (rb_thread_t)RDATA(data)->data; } -static VALUE rb_thread_raise _((int, VALUE*, rb_thread_t)); +static VALUE rb_thread_raise _((int, VALUE*, volatile rb_thread_t)); static int th_raise_argc; static VALUE th_raise_argv[2]; -- cgit v1.2.3