mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
tests: domaincapstest: Fix build on mingw
fillStringValues is only used if WITH_QEMU || WITH_BHYVE Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
3aa190f2a4
commit
7cd63604cf
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||||
|
|
||||||
|
#if WITH_QEMU || WITH_BHYVE
|
||||||
static int ATTRIBUTE_SENTINEL
|
static int ATTRIBUTE_SENTINEL
|
||||||
fillStringValues(virDomainCapsStringValuesPtr values, ...)
|
fillStringValues(virDomainCapsStringValuesPtr values, ...)
|
||||||
{
|
{
|
||||||
@ -44,6 +45,7 @@ fillStringValues(virDomainCapsStringValuesPtr values, ...)
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
#endif /* WITH_QEMU || WITH_BHYVE */
|
||||||
|
|
||||||
#if WITH_QEMU
|
#if WITH_QEMU
|
||||||
# include "testutilsqemu.h"
|
# include "testutilsqemu.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user