mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),
node.c (dump_node): suppress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e2f2cf425c
commit
df54a2e6be
3 changed files with 4 additions and 4 deletions
2
node.c
2
node.c
|
@ -501,7 +501,7 @@ dump_node(VALUE buf, VALUE indent, int comment, NODE *node)
|
|||
F_CUSTOM1(nd_nth, "variable", {
|
||||
char name[3];
|
||||
name[0] = '$';
|
||||
name[1] = node->nd_nth;
|
||||
name[1] = (char)node->nd_nth;
|
||||
name[2] = '\0';
|
||||
A(name);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue