forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit60ff5de
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 parentecfe1a1 commit60ff5de
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments
Comments
(0)