mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-25 11:30:04 +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;
|
||||
|
||||
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 (local_pending_seq)
|
||||
{
|
||||
op = local_pending_seq;
|
||||
|
Loading…
x
Reference in New Issue
Block a user