forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c5ff36
committed
Suppress "variable may be used uninitialized" warning.
Buildfarm member caiman is showing this, which surprises me becauseit's very late-model gcc (14.0.1) and ought to be smart enough toknow that elog(ERROR) doesn't return. But we're likely to see thesame from stupider compilers too, so add a dummy initialization inour usual style.1 parentfe8eaa5 commit3c5ff36
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4276 | 4276 |
| |
4277 | 4277 |
| |
4278 | 4278 |
| |
| 4279 | + | |
4279 | 4280 |
| |
4280 | 4281 |
| |
4281 | 4282 |
| |
|
0 commit comments
Comments
(0)