Fri, Jan 20 2006
15:51:20
|
|
Request created by guest
|
|
Subject: source code quality: -pedantic errors
grass obtained from: CVS
grass binary for platform: Compiled from Sources
hi,
when compiling 6.1-CVS with -pedantic gcc flag, a few errors
appear which should probably be fixed:
lib/db/dbmi_base/
xdr.h:10: error: ISO C forbids data definition with no type or storage class
xdr.h:11: error: ISO C forbids data definition with no type or storage class
xdr.h:12: error: ISO C forbids data definition with no type or storage class
xdr.h:13: error: ISO C forbids data definition with no type or storage class
raster/r.le/r.le.setup/polytocell/
ply_to_cll.h:23: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:24: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:25: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:26: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:27: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:28: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:29: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:30: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:31: error: ISO C forbids data definition with no type or storage
class
ply_to_cll.h:32: error: ISO C forbids data definition with no type or storage
class
Please fix directly in CVS.
Markus |
|
Sun, Jan 22 2006
22:37:33
|
|
Comments added by guest
|
|
See bottom of
http://grass.itc.it/pipermail/grass-commit/2006-January/019823.html
M |
|
Mon, Jan 23 2006
09:56:03
|
|
Mail sent by mneteler
|
|
Hi,
GRASS 6.1-CVS now completely compiles with -pedantic compiler
switch.
Markus |
|
Mon, Jan 23 2006
09:56:05
|
|
Status changed to resolved by mneteler
|
|