Suppress the warning for the invalid method_explorer case
This commit is contained in:
parent
b84b253a69
commit
2bd8098c6d
@ -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…
x
Reference in New Issue
Block a user