提交 7cd63604 编写于 作者: C Cole Robinson

tests: domaincapstest: Fix build on mingw

fillStringValues is only used if WITH_QEMU || WITH_BHYVE
Signed-off-by: NCole Robinson <crobinso@redhat.com>
上级 3aa190f2
......@@ -24,6 +24,7 @@
#define VIR_FROM_THIS VIR_FROM_NONE
#if WITH_QEMU || WITH_BHYVE
static int ATTRIBUTE_SENTINEL
fillStringValues(virDomainCapsStringValuesPtr values, ...)
{
......@@ -44,6 +45,7 @@ fillStringValues(virDomainCapsStringValuesPtr values, ...)
return ret;
}
#endif /* WITH_QEMU || WITH_BHYVE */
#if WITH_QEMU
# include "testutilsqemu.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册