pack.c: add `default` to `switch` statement to silence warnings.

parent 0afa6513
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment