]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: really silence the 32-bit warning
authorEric Blake <eblake@redhat.com>
Sat, 12 May 2012 13:24:08 +0000 (07:24 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 14 May 2012 15:14:58 +0000 (09:14 -0600)
commit5f89c86004c1c1f23b79fc2d8ee7dbc6f73f6200
treeb88e9f0c12bf63ecd1f7f4ffe3f0197de6a431b3
parentaaf36b15a6417bd4a6c890eedda0902c0ebde568
build: really silence the 32-bit warning

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.
src/qemu/qemu_monitor.c