提交 cf473473 编写于 作者: C Cole Robinson

Remove incorrect ATTRIBUTE_UNUSED usage.

上级 73619269
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
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册