Opened 12 years ago
Closed 12 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.
Note:
See TracTickets
for help on using tickets.
Commented out at r11531