[GRASS5] PROJ_INFO and pj_get_kv() and r.in.gdal
Glynn Clements
glynn.clements at virgin.net
Thu Oct 11 06:03:22 EDT 2001
Markus Neteler wrote:
> Perhaps it is a pointers task since gcc -Wall reports:
>
> main.c:373: warning: passing arg 2 of 'pj_get_kv' from incompatible pointer type
> main.c:373: warning: passing arg 3 of 'pj_get_kv' from incompatible pointer type
Yep; You're passing "struct Key_Value **" for the second and third
arguments, but it should be "struct Key_Value *".
Try removing the ampersands.
--
Glynn Clements <glynn.clements at virgin.net>
More information about the grass-dev
mailing list