forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit462583b
committed
Insert additional compiler placation into objectaddress.c.
Peter Eisentraut reports that some bits of the "address" variablein get_object_address() give "may be used uninitialized" warnings;this likes the only excuse his compiler could have for thinkingthat's possible.1 parent2355b69 commit462583b
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
218 | 222 |
| |
219 | 223 |
| |
220 | 224 |
| |
|
0 commit comments
Comments
(0)