[postgis-tickets] [PostGIS] #3947: geography warnings
PostGIS
trac at osgeo.org
Wed Dec 20 12:38:27 PST 2017
#3947: geography warnings
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
{{{
geography_measurement.c: In function 'geography_distance':
geography_measurement.c:210:9: error: variable 'tolerance' set but not
used [-Werror=unused-but-set-variable]
double tolerance = 0.0;
^
geography_measurement.c: In function 'geography_covers':
geography_measurement.c:740:13: error: variable 'type2' set but not used
[-Werror=unused-but-set-variable]
int type1, type2;
^
geography_measurement.c:740:6: error: variable 'type1' set but not used
[-Werror=unused-but-set-variable]
int type1, type2;
^
}}}
https://gitlab.com/postgis/postgis/-/jobs/45394244
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3947>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list