- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd61f1a9
committed
Suppress uninitialized-variable warning from less-bright compilers.
The type variable must get set on first iteration of the while loop,but there are reasonably modern gcc versions that don't realize that.Initialize it with a dummy value. This undoes a removal of initializationin commit654809e.1 parenteaa5808 commitd61f1a9
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
424 | 424 |
| |
425 | 425 |
| |
426 | 426 |
| |
427 |
| - | |
| 427 | + | |
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
|
0 commit comments
Comments
(0)