#3385 closed defect (fixed)
Build against 9.6
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Warnings are thrown when building against 9.6
lwgeom_transform.c:112:2: warning: incompatible pointer types initializing 'void (*)(MemoryContext, int, bool, MemoryContextCounters *)' with an expression of type 'void (MemoryContext, int)' [-Wincompatible-pointer-types] PROJ4SRSCacheStats
Change History (2)
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
Nice ot see you are thinking ahead.
FWIW I already have debbie testing against 9.6 in 2.3, and pull latest git 9.6 dev as they change it.
Note:
See TracTickets
for help on using tickets.
(In [14460]) Remove warnings building against 9.6, closes #3385