Avoid compiler "fall through" warning.

This commit is contained in:
Philip.Hazel 2020-01-24 15:17:15 +00:00
parent 0a6ca6d420
commit 9e8c98587f
1 changed files with 1 additions and 0 deletions

View File

@ -1166,6 +1166,7 @@ while (cc < ccend)
case OP_PRUNE_ARG:
if (cc < assert_na_end)
return FALSE;
/* Fall through */
case OP_MARK:
if (common->mark_ptr == 0)
{