[GRASS-dev] [GRASS GIS] #2352: Conflicting definitions of db__driver_describe_table
GRASS GIS
trac at osgeo.org
Wed Jun 25 23:51:45 PDT 2014
#2352: Conflicting definitions of db__driver_describe_table
-------------------------------+--------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.5
Component: Database | Version: 6.4.3
Keywords: dbf driver, libdb | Platform: All
Cpu: All |
-------------------------------+--------------------------------------------
Hi,
as reported here, http://bugs.debian.org/748680
there is a param def'n conflict for `db__driver_describe_table()` in
db/drivers/dbf/describe.c and lib/db/stubs/desc_table.c.
{{{
int db__driver_describe_table(dbString * table_name, dbTable ** table)
vs
int db__driver_describe_table(dbString * name, dbTable * table)
}}}
present in all branches, 6.3.0-trunk.
thanks,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2352>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list