Avoid compiler warning
This commit is contained in:
parent
205444a91e
commit
baa91ecc79
|
@ -1052,6 +1052,7 @@ while (cc < ccend)
|
||||||
common->ovector_start += 3 * sizeof(sljit_sw);
|
common->ovector_start += 3 * sizeof(sljit_sw);
|
||||||
}
|
}
|
||||||
#endif /* SUPPORT_UNICODE */
|
#endif /* SUPPORT_UNICODE */
|
||||||
|
/* Fall through. */
|
||||||
case OP_REF:
|
case OP_REF:
|
||||||
common->optimized_cbracket[GET2(cc, 1)] = 0;
|
common->optimized_cbracket[GET2(cc, 1)] = 0;
|
||||||
cc += 1 + IMM2_SIZE;
|
cc += 1 + IMM2_SIZE;
|
||||||
|
|
Loading…
Reference in New Issue