Compilation warning for unreachable statement - close #12

This commit is contained in:
Josh Holtrop 2023-10-21 16:04:15 -04:00
parent af5edaa762
commit a032ac027c
2 changed files with 0 additions and 2 deletions

View File

@ -390,7 +390,6 @@ static size_t find_longest_match(<%= @grammar.prefix %>context_t * context,
/* Valid EOF return. */
return P_EOF;
}
break;
case P_DECODE_ERROR:
/* If we see a decode error, we may be partially in the middle of

View File

@ -502,7 +502,6 @@ private size_t find_longest_match(<%= @grammar.prefix %>context_t * context,
/* Valid EOF return. */
return P_EOF;
}
break;
case P_DECODE_ERROR:
/* If we see a decode error, we may be partially in the middle of