forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit670b3bc
committed
Try to fix some DSA-related compiler warnings.
Commit13df76a was overconfidentabout how portable %016lx is. Some compilers complain because theyneed %016llx, while platforms where DSA pointers are only 32 bitsget unhappy about using a 64-bit format for a 32-bit quantity.Thomas Munro, per an off-list suggestion from me.1 parent7dd8eb3 commit670b3bc
2 files changed
+6
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1099 | 1099 |
| |
1100 | 1100 |
| |
1101 | 1101 |
| |
1102 |
| - | |
1103 |
| - | |
1104 |
| - | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
1105 | 1106 |
| |
1106 | 1107 |
| |
1107 | 1108 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| |||
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
|
0 commit comments
Comments
(0)