Re: [libvirt] [PATCH] build: really silence the 32-bit warning

2012-05-14 Thread Stefan Berger
On 05/14/2012 11:05 AM, Eric Blake wrote: Commit cdce2f42d tried to silence a compiler warning on 32-bit builds, but the gcc shipped with RHEL 5 is old enough that the type conversion via multiplication by 1 was insufficient for the task. * src/qemu/qemu_monitor.c (qemuMonitorBlockJob): Previous

[libvirt] [PATCH] build: really silence the 32-bit warning

2012-05-14 Thread Eric Blake
Commit cdce2f42d tried to silence a compiler warning on 32-bit builds, but the gcc shipped with RHEL 5 is old enough that the type conversion via multiplication by 1 was insufficient for the task. * src/qemu/qemu_monitor.c (qemuMonitorBlockJob): Previous attempt didn't get past all gcc versions. -