mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-25 19:56:30 +00:00
Silence gcc7 warnings by adjusting FALLS THROUGH comment.
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user