зеркало из https://github.com/github/ruby.git
Added UNREACHABLE_RETURN
To get rid of a void function at the end of non-void function.
This commit is contained in:
Родитель
3eb3f7bb8c
Коммит
62b47196e4
|
@ -345,6 +345,7 @@ rb_scan_args_set(int kw_flag, int argc, const VALUE *argv,
|
|||
|
||||
argc_error:
|
||||
rb_error_arity(argc, n_mand, f_var ? UNLIMITED_ARGUMENTS : n_mand + n_opt);
|
||||
UNREACHABLE_RETURN(-1);
|
||||
#undef rb_scan_args_next_param
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче