[GRASS-dev] GRASS 7 swig compile warnings and errors

Glynn Clements glynn at gclements.plus.com
Sun Jan 18 02:11:23 EST 2009


Markus Neteler wrote:

> I get warnings and errors in swig/python/:

> grass_wrap.c: In function '_wrap_G_vasprintf':
> grass_wrap.c:18166: error: incompatible types in assignment

No idea what's causing this. For me, line 18166 is:

      arg3 = *((va_list *)(argp3));

with arg3 defined as:

  va_list arg3 ;

The others are just warnings.

> Looking around grass_wrap.c:2620

>         fprintf(stderr, "sequence length is %d\n", len);

That's debug code, which I have removed (r35480).

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list