* thread_pthread.c (thread_start_func_1): suppress an unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cc30e40319
commit
6dad6f5c4c
@ -618,7 +618,9 @@ thread_start_func_1(void *th_ptr)
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
rb_thread_t *th = th_ptr;
|
rb_thread_t *th = th_ptr;
|
||||||
|
#if !defined USE_NATIVE_THREAD_INIT
|
||||||
VALUE stack_start;
|
VALUE stack_start;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined USE_NATIVE_THREAD_INIT
|
#if defined USE_NATIVE_THREAD_INIT
|
||||||
native_thread_init_stack(th);
|
native_thread_init_stack(th);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user