Opened 11 years ago

Closed 11 years ago

#2315 closed defect (fixed)

geography_distance_uncached: variable ‘tolerance’ set but not used

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

Description

geography_measurement.c:58:9: warning: variable ‘tolerance’ set but not used [-Wunused-but-set-variable]

The variable is set to a user variable (it's an SQL function), so it's weird that it doesnt' get used. Will leave to Paul to decide what to do about it.

Change History (1)

comment:1 by pramsey, 11 years ago

Resolution: fixed
Status: newclosed

Commented out at r11531

Note: See TracTickets for help on using tickets.