Commit 9964962
committed
Added some dummy initializations to keep gcc 4.1.2-44 silent about
use of possibly uninitialized variabes.
The logic ensured that these were not actually referenced except under
conditions where they had also been initialized,
but gcc could not determine that (or likely didn't even try)
Without these, build breaks with -Werror
using gcc 4.1.2-44 but works with 4.1.2-421 parent 90911c9 commit 9964962
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
1740 | | - | |
| 1740 | + | |
1741 | 1741 | | |
1742 | 1742 | | |
1743 | 1743 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3620 | 3620 | | |
3621 | 3621 | | |
3622 | 3622 | | |
| 3623 | + | |
| 3624 | + | |
| 3625 | + | |
3623 | 3626 | | |
3624 | 3627 | | |
3625 | 3628 | | |
| |||
3633 | 3636 | | |
3634 | 3637 | | |
3635 | 3638 | | |
| 3639 | + | |
3636 | 3640 | | |
| 3641 | + | |
| 3642 | + | |
| 3643 | + | |
| 3644 | + | |
| 3645 | + | |
| 3646 | + | |
3637 | 3647 | | |
3638 | 3648 | | |
3639 | 3649 | | |
| |||
0 commit comments