[postgis-tickets] [PostGIS] #3817: ‘last_old_id’ may be used uninitialized
PostGIS
trac at osgeo.org
Thu Aug 24 01:46:49 PDT 2017
#3817: ‘last_old_id’ may be used uninitialized
---------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
This warning should be fixed before final release:
{{{
lwunionfind.c: In function ‘UF_get_collapsed_cluster_ids’:
lwunionfind.c:165:7: warning: ‘last_old_id’ may be used uninitialized in
this function [-Wmaybe-uninitialized]
if (current_old_id != last_old_id)
^
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3817>
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