forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd700e8d
committed
Bump MIN_WINNT for MINGW to clear a build error
Because we have been setting this too low, there has been along-standing warning about a missing declaration for inet_pton().Modern gcc now considers this an error, so we have been getting failureson the buildfarm animal fairywren.Fix suggested by Thomas Munro.This isn't needed in later branches, as they already set MIN_WINNThigher, nor on earlier branches because they don't use inet_pton().Discussion:https://postgr.es/m/574fae43-c993-4a25-b0e5-04c3e9c36d6d@dunslane.net1 parent92cc21d commitd700e8d
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
18 | 20 |
| |
19 |
| - | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
|
0 commit comments
Comments
(0)