mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 14:35:25 +00:00
Fix unused variable warning in LXC driver
This commit is contained in:
parent
426f9772b8
commit
65ecb4b434
@ -1,3 +1,7 @@
|
|||||||
|
Mon May 11 16:25:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* src/lxc_container.c: Fix unused variable warning
|
||||||
|
|
||||||
Mon May 11 16:15:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
Mon May 11 16:15:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
Fix QEMU ARGV detection with kvm >= 85
|
Fix QEMU ARGV detection with kvm >= 85
|
||||||
|
@ -642,7 +642,7 @@ static int lxcContainerSetupMounts(virDomainDefPtr vmDef,
|
|||||||
return lxcContainerSetupExtraMounts(vmDef);
|
return lxcContainerSetupExtraMounts(vmDef);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int lxcContainerDropCapabilities( virDomainDefPtr vmDef )
|
static int lxcContainerDropCapabilities(virDomainDefPtr vmDef ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
const struct {
|
const struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user