Insert a semi-colon between label 'skip:' and the closing brace
of the FOREACH loop to silence GCC 3.
This commit is contained in:
parent
c7e3bd1ce6
commit
9ae9d0ff86
@ -1120,6 +1120,7 @@ witness_levelall (void)
|
||||
}
|
||||
witness_leveldescendents(w, 0);
|
||||
skip:
|
||||
; /* silence GCC 3.x */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user