[Qemu-devel] [PATCH] target-i386: Fix compiler warning (integer constant is too large)

2013-09-29 Thread Stefan Weil
>From buildbot default_i386_rhel61: CCi386-softmmu/target-i386/arch_memory_mapping.o target-i386/arch_memory_mapping.c: In function 'walk_pde': target-i386/arch_memory_mapping.c:110: warning: integer constant is too large for 'long' type Signed-off-by: Stefan Weil --- target-i386/arch_me

Re: [Qemu-devel] [PATCH] target-i386: Fix compiler warning

2010-04-08 Thread Aurelien Jarno
On Thu, Apr 01, 2010 at 08:03:30PM +0200, Stefan Weil wrote: > With argument checking for cpu_fprintf, gcc throws this warning: > > CCi386-softmmu/helper.o > cc1: warnings being treated as errors > /qemu/ar7/target-i386/helper.c: In function ‘cpu_x86_dump_seg_cache’: > /qemu/ar7/target-i386/

[Qemu-devel] [PATCH] target-i386: Fix compiler warning

2010-04-01 Thread Stefan Weil
With argument checking for cpu_fprintf, gcc throws this warning: CCi386-softmmu/helper.o cc1: warnings being treated as errors /qemu/ar7/target-i386/helper.c: In function ‘cpu_x86_dump_seg_cache’: /qemu/ar7/target-i386/helper.c:220: error: format not a string literal and no format arguments