mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
silence clang warning
This commit is contained in:
@@ -507,6 +507,7 @@ calc_crc_section(mrb_state *mrb, mrb_irep *irep, uint16_t *crc, int section)
|
||||
result = write_syms_block(mrb, irep, buf, type);
|
||||
break;
|
||||
default:
|
||||
result = MRB_DUMP_GENERAL_FAILURE;
|
||||
break; /* Already checked above. */
|
||||
}
|
||||
if (result < 0) {
|
||||
|
||||
Reference in New Issue
Block a user