[postgis-tickets] [PostGIS] #3243: piles 'o clang warnings in topology
PostGIS
trac at osgeo.org
Thu Aug 27 21:56:10 PDT 2015
#3243: piles 'o clang warnings in topology
-----------------------+---------------------------
Reporter: pramsey | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: topology | Version: trunk
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by robe):
nope still getting:
{{{
^
postgis_topology.c: In function 'cb_checkTopoGeomRemEdge':
postgis_topology.c:2112:13: warning: unknown conversion type character 'l'
in format [-Wformat=]
col_name, rem_edge);
^
postgis_topology.c:2112:13: warning: too many arguments for format
[-Wformat-extra-args]
postgis_topology.c:2168:15: warning: unknown conversion type character 'l'
in format [-Wformat=]
col_name, face_right, face_left);
^
postgis_topology.c:2168:15: warning: unknown conversion type character 'l'
in format [-Wformat=]
postgis_topology.c:2168:15: warning: too many arguments for format
[-Wformat-extra-args]
postgis_topology.c: In function 'cb_checkTopoGeomRemNode':
postgis_topology.c:2229:13: warning: unknown conversion type character 'l'
in format [-Wformat=]
col_name, edge1, edge2);
}}}
Everything still passes though so lets see if it fixes pramsey's issues.
I think we have different issues.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3243#comment:9>
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