Hi Steve
On Thursday 12 May 2005 04:36 am, Steven Saunders wrote:
> Good point. I'll check that before I commit.
I've fixed the issues globals when building with GCC 4.0. What I don't
understand is why versions of GCC prior to 4.0 didn't complain about such
obvious mistakes.
A lot of the signedness warnings are due to clib string functions wanting
paarmeters as 'char *' while we pass them as 'unsigned char *'. That's a tad
annoying.
Anyway, it builds here now with GCC 4.0 on Linux/x86 at least.
Cheers,
Rich