提交 943a2f2b 编写于 作者: D Daniel Veillard

* src/bridge.c: fix a compilation breakage raised by Anton Protopopov

daniel
上级 fd9a5525
Mon Apr 20 11:06:20 CEST 2009 Daniel Veillard <veillard@redhat.com>
* src/bridge.c: fix a compilation breakage raised by Anton Protopopov
Sun Apr 19 17:46:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
* mingw32-libvirt.spec.in: Added new virt-xml-validate tool
......
......@@ -139,7 +139,7 @@ brAddBridge(brControl *ctl,
}
#else
int brAddBridge (brControl *ctl ATTRIBUTE_UNUSED,
char **name ATTRIBUTE_UNUSED)
const char *name ATTRIBUTE_UNUSED)
{
return EINVAL;
}
......@@ -175,8 +175,8 @@ brHasBridge(brControl *ctl,
}
#else
int
brHasBridge(brControl *ctl,
const char *name)
brHasBridge(brControl *ctl ATTRIBUTE_UNUSED,
const char *name ATTRIBUTE_UNUSED)
{
return EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册