Silence gcc7 warnings by adjusting FALLS THROUGH comment.

This commit is contained in:
Olaf Seibert
2020-03-03 22:11:02 +01:00
parent 5c9fc1ae16
commit 592b7facf1
3 changed files with 4 additions and 2 deletions

View File

@@ -774,7 +774,7 @@ static int assemble(
opcp = skipwhite(opcp);
cp = opcp + 3; /* Point cp at the "DF" or
"NDF" part */
/* Falls into... */
/* FALLS THROUGH */
case P_IIF:
case P_IF:
{