1
0
Fork 0
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:
Nobuyoshi Nakada 2021-01-17 18:07:33 +09:00
parent b84b253a69
commit 2bd8098c6d
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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);