mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
Suppress warnings no inline ruby debug (#3107)
* Suppress unused warnings occurred due to -fno-inline * Suppress warning occurred due to RUBY_DEBUG=1
This commit is contained in:
parent
ac395754c7
commit
f4f157fc81
Notes:
git
2020-05-22 13:49:32 +09:00
Merged-By: mrkn <mrkn@ruby-lang.org>
3 changed files with 4 additions and 3 deletions
2
array.c
2
array.c
|
@ -5269,7 +5269,7 @@ static VALUE
|
|||
flatten(VALUE ary, int level)
|
||||
{
|
||||
long i;
|
||||
VALUE stack, result, tmp, elt, vmemo;
|
||||
VALUE stack, result, tmp = 0, elt, vmemo;
|
||||
st_table *memo;
|
||||
st_data_t id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue