]> xenbits.xensource.com Git - libvirt.git/commitdiff
Remove incorrect ATTRIBUTE_UNUSED usage.
authorCole Robinson <crobinso@redhat.com>
Tue, 17 Feb 2009 14:38:22 +0000 (14:38 +0000)
committerCole Robinson <crobinso@redhat.com>
Tue, 17 Feb 2009 14:38:22 +0000 (14:38 +0000)
ChangeLog
src/qemu_driver.c

index 1ce60d369d26d058f1c09ff55ffd2099c83f2e62..f51f02cb62e7b383d228e6f8f03b3b014e02e20e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 17 09:47:05 EST 2009 Cole Robinson <crobinso@redhat.com>
+
+       * src/qemu_driver.c : Remove incorrect ATTRIBUTE_UNUSED usage.
+
 Tue Feb 17 11:41:10 +0100 2009 Maximilian Wilhelm <max@rfc2324.org>
 
        Build fix for 'driver.c' when building with loadable modules
index 09be3fba512b91bc8b84e2db5bd7e30a858c98a4..8bb948a624b3876b8e9fa2b6eb7381a48a2838c2 100644 (file)
@@ -1911,7 +1911,7 @@ static int qemudNumDomains(virConnectPtr conn) {
 }
 
 static virDomainPtr qemudDomainCreate(virConnectPtr conn, const char *xml,
-                                      unsigned int flags ATTRIBUTE_UNUSED) {
+                                      unsigned int flags) {
     struct qemud_driver *driver = conn->privateData;
     virDomainDefPtr def;
     virDomainObjPtr vm = NULL;