Opened 7 years ago
Closed 7 years ago
#3773 closed defect (duplicate)
‘last_old_id’ may be used uninitialized in function ‘UF_get_collapsed_cluster_ids’
Reported by: | strk | Owned by: | dbaston |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.3.4 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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) ^
Change History (5)
comment:1 by , 7 years ago
Milestone: | PostGIS 2.4.0 → PostGIS 2.3.3 |
---|
comment:2 by , 7 years ago
Not sure if I'll get to it or not. There's no error here, but it should be possible to restructure it to make the warning go away. Which compiler is producing the error?
comment:4 by , 7 years ago
Milestone: | PostGIS 2.3.3 → PostGIS 2.3.4 |
---|
push this back if you can get to it before weekend.
Note:
See TracTickets
for help on using tickets.
2.3 branch is also affected. Daniel will you look at this before next week ?