Opened 13 years ago
Closed 13 years ago
#1603 closed defect (fixed)
lwgeom_polygon_area variables possible used uninitialized
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 1.5.4 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description
measures.c: In function ‘lwgeom_polygon_area’: measures.c:1552: warning: ‘o.y’ may be used uninitialized in this function measures.c:1552: warning: ‘o.x’ may be used uninitialized in this function
Note:
See TracTickets
for help on using tickets.
Seemed to be a false positive, anyway it's fixed with r9273, and possibly faster too