Commit 54f50cb
patch 9.0.1637: compiler warning for uninitialized variable
Problem: Compiler warning for uninitialized variable.
Solution: Move the variable to an inner block and initialize it. (Christian
Brabandt, closes #12549)1 parent 094dd15 commit 54f50cb
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | 221 | | |
223 | 222 | | |
224 | 223 | | |
| |||
1223 | 1222 | | |
1224 | 1223 | | |
1225 | 1224 | | |
| 1225 | + | |
1226 | 1226 | | |
1227 | 1227 | | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | 1231 | | |
1232 | | - | |
1233 | 1232 | | |
1234 | 1233 | | |
1235 | 1234 | | |
| |||
5477 | 5476 | | |
5478 | 5477 | | |
5479 | 5478 | | |
5480 | | - | |
| 5479 | + | |
5481 | 5480 | | |
5482 | 5481 | | |
5483 | 5482 | | |
| |||
5490 | 5489 | | |
5491 | 5490 | | |
5492 | 5491 | | |
5493 | | - | |
| 5492 | + | |
5494 | 5493 | | |
5495 | 5494 | | |
5496 | 5495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
| 698 | + | |
| 699 | + | |
698 | 700 | | |
699 | 701 | | |
700 | 702 | | |
| |||
0 commit comments