[postgis-tickets] [PostGIS] #4014: Address warnings across liblwgeom/ and postgis/
PostGIS
trac at osgeo.org
Wed Feb 7 09:24:16 PST 2018
#4014: Address warnings across liblwgeom/ and postgis/
------------------------+---------------------------
Reporter: Algunenano | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Keywords: |
------------------------+---------------------------
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.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4014>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list