Opened 7 years ago
Closed 7 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.
Note:
See TracTickets
for help on using tickets.
In 16377: