mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Suppress the warning for the invalid method_explorer case
This commit is contained in:
parent
b84b253a69
commit
2bd8098c6d
1 changed files with 1 additions and 1 deletions
|
@ -4473,7 +4473,7 @@ vm_sendish(
|
|||
enum method_explorer_type method_explorer
|
||||
#endif
|
||||
) {
|
||||
VALUE val;
|
||||
VALUE val = Qundef;
|
||||
const struct rb_callinfo *ci = cd->ci;
|
||||
const struct rb_callcache *cc;
|
||||
int argc = vm_ci_argc(ci);
|
||||
|
|
Loading…
Add table
Reference in a new issue