[Kamailio-Devel] SF.net SVN: openser:[4832] trunk/modules
Juha Heinanen
jh at tutpro.com
Fri Sep 12 12:31:12 CEST 2008
Henning Westerholt writes:
> yes, i also wondered if this is really valid. This is on debian etch,
> aparently gcc 4.1.2 thinks that UINT4 != unsigned int.
try with lenny. it has gcc version 4.3.1.
> On amd64 i got also this additional one:
>
> extra.c: In function 'extra2strar':
> extra.c:193: warning: cast to pointer from integer of different size
this comes from
val_arr[n].s = (char *)value.ri;
ri is of type int. what is the size of int and pointer on amd64?
-- juha
More information about the Devel
mailing list