mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Fix unused variable compile warning when polkit is disabled (John Levon)
This commit is contained in:
parent
7c4bc3f92f
commit
ca05a72db6
@ -1,3 +1,8 @@
|
|||||||
|
Thu Dec 18 11:59:58 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* qemud/remote.c: Fix unused variable compile warning when polkit
|
||||||
|
is disabled (John Levon)
|
||||||
|
|
||||||
Thu Dec 18 11:56:58 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
Thu Dec 18 11:56:58 GMT 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
Use pid_t for all PID tracking variables (John Levon)
|
Use pid_t for all PID tracking variables (John Levon)
|
||||||
|
@ -3116,7 +3116,7 @@ authfail:
|
|||||||
static int
|
static int
|
||||||
remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
|
remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
|
||||||
struct qemud_client *client ATTRIBUTE_UNUSED,
|
struct qemud_client *client ATTRIBUTE_UNUSED,
|
||||||
virConnectPtr conn,
|
virConnectPtr conn ATTRIBUTE_UNUSED,
|
||||||
remote_error *rerr,
|
remote_error *rerr,
|
||||||
void *args ATTRIBUTE_UNUSED,
|
void *args ATTRIBUTE_UNUSED,
|
||||||
remote_auth_polkit_ret *ret ATTRIBUTE_UNUSED)
|
remote_auth_polkit_ret *ret ATTRIBUTE_UNUSED)
|
||||||
|
Loading…
Reference in New Issue
Block a user