Opened 12 years ago

Closed 12 years ago

#2042 closed defect (fixed)

measures.c: 'pt_in_arc_A' may be used uninitialized

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.1.0
Component: postgis Version: master
Keywords: Cc:

Description

measures.c: In function 'lw_dist2d_arc_arc':
measures.c:1324:21: warning: 'pt_in_arc_B' may be used uninitialized in this function [-Wuninitialized]
measures.c:1324:19: warning: 'pt_in_arc_A' may be used uninitialized in this function [-Wuninitialized]

Change History (3)

comment:1 by strk, 12 years ago

Version: 2.0.xtrunk

This was actually trunk, not sure about 2.0 branch

comment:2 by pramsey, 12 years ago

Milestone: PostGIS 2.0.2PostGIS 2.1.0

comment:3 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

Fixed at r10673

Note: See TracTickets for help on using tickets.