mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 2 additions and 0 deletions
|
@ -618,7 +618,9 @@ thread_start_func_1(void *th_ptr)
|
|||
#endif
|
||||
{
|
||||
rb_thread_t *th = th_ptr;
|
||||
#if !defined USE_NATIVE_THREAD_INIT
|
||||
VALUE stack_start;
|
||||
#endif
|
||||
|
||||
#if defined USE_NATIVE_THREAD_INIT
|
||||
native_thread_init_stack(th);
|
||||
|
|
Loading…
Add table
Reference in a new issue