Opened 6 years ago

Closed 6 years ago

#4014 closed defect (fixed)

Address warnings across liblwgeom/ and postgis/

Reported by: Algunenano Owned by: pramsey
Priority: medium Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

Address warnings in the liblwgeom and postgis folders that appear with GCC or Clang.

PR: https://github.com/postgis/postgis/pull/207

Main issues were:

  • Unused parameters: I've removed when it was clear or used __attribute__((__unused__)) if there might be a reason (consistency / configure versions) for the parameters to stay.
  • Some int vs int32_t issues.
  • Some fall through statements.

Change History (1)

comment:1 by komzpa, 6 years ago

Resolution: fixed
Status: newclosed

In 16377:

Address warnings across liblwgeom/ and postgis/

Patch by Raúl Marín Rodríguez

Closes https://github.com/postgis/postgis/pull/207
Closes #4014

Note: See TracTickets for help on using tickets.