[postgis-tickets] [PostGIS] #454: ST_WrapX
PostGIS
trac at osgeo.org
Thu Jun 16 06:07:13 PDT 2016
#454: ST_WrapX
--------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: reopened
Priority: blocker | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by pramsey):
Here's another warning for the hopper
{{{
lwgeom_wrapx.c:131:14: warning: comparison of unsigned expression >= 0 is
always true [-Wtautological-compare]
while (--i>=0) lwgeom_free(wrap_geoms[i]);
~~~^ ~
1 warning generated.
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/454#comment:9>
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