
17 Feb
2009
17 Feb
'09
10 a.m.
Cole Robinson <crobinso@redhat.com> wrote:
Stumbled on an ATTRIBUTE_UNUSED that is actually used. Patch attached.
diff --git a/src/qemu_driver.c b/src/qemu_driver.c index 09be3fb..20d3c0c 100644 --- a/src/qemu_driver.c +++ b/src/qemu_driver.c @@ -2883,7 +2883,7 @@ cleanup:
static char *qemudDomainDumpXML(virDomainPtr dom, - int flags ATTRIBUTE_UNUSED) { + int flags) {
Obviously used. ACK