Skip to content

Commit

Permalink
JANITORIAL: Silence GCC 7 fall through warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Aug 6, 2017
1 parent a707675 commit 3d8d554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sword25/util/lua/ldebug.cpp
Expand Up @@ -394,7 +394,7 @@ static Instruction symbexec (const Proto *pt, int lastpc, int reg) {
case OP_FORLOOP:
case OP_FORPREP:
checkreg(pt, a+3);
/* go through */
/* fall through */
case OP_JMP: {
int dest = pc+1+b;
/* not full check and jump is forward and do not skip `lastpc'? */
Expand Down

0 comments on commit 3d8d554

Please sign in to comment.