Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2670 closed defect (fixed)

pgis_twkb_accum_transfn geom set but not used

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

Description

Nicklas sorry for being so nit picky today. Figure since this is a new feature might as well make code spanking clean.

 ^

lwgeom_accum.c: In function 'pgis_twkb_accum_transfn':
lwgeom_accum.c:174:15: warning: variable 'geom' set but not used [-Wunused-but-set-variable]
  GSERIALIZED *geom;
               ^

Change History (2)

comment:1 by nicklas, 10 years ago

Resolution: fixed
Status: newclosed

Cool

I didn't get this warning in my compiler but it was certainly correct.

Fixed in r12318

comment:2 by nicklas, 10 years ago

Sorry, fixed in r12319 I meant

Note: See TracTickets for help on using tickets.