mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-02-03 22:35:52 +00:00
Remove GNU C warning
This commit is contained in:
parent
26d69f2ce9
commit
4906a5a4c5
@ -1525,8 +1525,11 @@ int emit_pending_seq()
|
|||||||
int emitted = 0;
|
int emitted = 0;
|
||||||
|
|
||||||
if (outflags & OPTIMIZE)
|
if (outflags & OPTIMIZE)
|
||||||
for (int pass = 0; pass < 2; pass++)
|
{
|
||||||
|
int pass;
|
||||||
|
for (pass = 0; pass < 2; pass++)
|
||||||
while (crunch_seq(&local_pending_seq, pass));
|
while (crunch_seq(&local_pending_seq, pass));
|
||||||
|
}
|
||||||
while (local_pending_seq)
|
while (local_pending_seq)
|
||||||
{
|
{
|
||||||
op = local_pending_seq;
|
op = local_pending_seq;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user