Commit b4683ed
Remove variable declaration from for-loop header and enclose in block
This solves `error: for loop initial declarations are only allowed in C99 mode`
when building on gcc 4.4.7 (Default gcc on CentOS 6.x)1 parent 29da887 commit b4683ed
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
622 | 624 | | |
623 | 625 | | |
624 | 626 | | |
| |||
628 | 630 | | |
629 | 631 | | |
630 | 632 | | |
| 633 | + | |
631 | 634 | | |
632 | 635 | | |
633 | 636 | | |
| |||
0 commit comments