On Monday 31 July 2006 11:20, Dirk Behme wrote:
> Fix warnings
>
> hw/mips_r4k.c: In function  ‘mips_r4kc_init’:
> hw/mips_r4k.c:230: warning: pointer targets in passing
> argument 3 of ‘load_elf’ differ in signedness
> hw/mips_r4k.c:256: warning: pointer targets in passing
> argument 1 of ‘strcpy’ differ in signedness

Compile with -Wno-pointer-sign. gcc4 isn't really supported anyway.

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to