mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
pack.c: add default to switch statement to silence warnings.
This commit is contained in:
@@ -1430,6 +1430,8 @@ pack_unpack(mrb_state *mrb, mrb_value str, int single)
|
||||
case PACK_DIR_QENC:
|
||||
srcidx += unpack_M(mrb, sptr, srclen - srcidx, result, flags);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user