Opened 10 years ago

Closed 9 years ago

#2879 closed defect (fixed)

cu_surface warnings

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

Description

cu_surface.c
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);
      ^
cu_surface.c: At top level:
cu_surface.c:15:13: warning: 'check_tgeom' declared 'static' but never defined [-Wunused-function]
 static void check_tgeom(char *ewkt, int type, uint32_t srid, int is_solid);
             ^

Change History (1)

comment:1 by pramsey, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.