forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc4f386f
committed
Silence compiler warning in assertion-enabled builds.
With -Wtype-limits, gcc correctly points out that size_t can never be < 0.Backpatch to 9.3 and 9.2. It's been like this forever, but in <= 9.1 you gota lot other warnings with -Wtype-limits anyway (at least with my version ofgcc).Andres Freund1 parent538ecfa commitc4f386f
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
496 |
| - | |
497 |
| - | |
| 496 | + | |
| 497 | + | |
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
|
0 commit comments
Comments
(0)