Building Russels BIOS, I ended up with this strange
warning I wasn't able to figure out the cause of:
>string.h:17: warning: conflicting types for built-in function `memset'
Here is the appropriate section of string.h:
>typedef unsigned long size_t;
>
>extern void *memzero(void *ptr, int size);
>
>extern void *memset(void *ptr, int byte, size_t size);
>
>extern int memeq(const void *m1, const void *m2, size_t size);
I know this is probably not important. But it just obsesses me for two days now,
every time I see it passing while I build the BIOS.
Anybody knows?
--
Fran�ois Desloges
[EMAIL PROTECTED]
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]