Add return to silence a warning; ref #4593

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-07-24 10:50:22 +09:00
parent 866a9e6481
commit 5779464ec3
+2
View File
@@ -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();
}
/*