On Wed, 03 Nov 1999, Philip Blundell wrote:
> No, that's ssize_t.  Gcc makes size_t `unsigned int' on ARM GNU/Linux systems; 
> I vaguely recall that it used to be `unsigned long', but I could be wrong 
> about that.
Yep! Changing:
>typedef unsigned long size_t;
to
>typedef unsigned int size_t;
make the warning disappear!

Thanks everybody!

-- 
Fran�ois Desloges
[EMAIL PROTECTED]
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to