Opened 10 years ago

Closed 10 years ago

#2797 closed defect (fixed)

cu_surface.c warning on polyhedralsurface_parse

Reported by: robe Owned by: pramsey
Priority: low Milestone: PostGIS 2.2.0
Component: postgis Version: master
Keywords: Cc:

Description

cu_surface.c: In function 'polyhedralsurface_parse':
cu_surface.c:316:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  tmp = lwgeom_to_wkb(geom, WKB_HEX | WKB_ISO | WKB_NDR, 0);
      ^

Change History (2)

comment:1 by robe, 10 years ago

Priority: mediumlow

comment:2 by pramsey, 10 years ago

Resolution: fixed
Status: newclosed

Trunk at r12709

Note: See TracTickets for help on using tickets.