mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add return to silence a warning; ref #4593
This commit is contained in:
@@ -958,6 +958,8 @@ mrb_int_chr(mrb_state *mrb, mrb_value num)
|
||||
else {
|
||||
mrb_raisef(mrb, E_ARGUMENT_ERROR, "unknown encoding name - %S", enc);
|
||||
}
|
||||
/* not reached */
|
||||
return mrb_nil_value();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user