mirror of https://gitee.com/openkylin/libvirt.git
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>
|
||||
|
||||
Use pid_t for all PID tracking variables (John Levon)
|
||||
|
|
|
@ -3116,7 +3116,7 @@ authfail:
|
|||
static int
|
||||
remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
|
||||
struct qemud_client *client ATTRIBUTE_UNUSED,
|
||||
virConnectPtr conn,
|
||||
virConnectPtr conn ATTRIBUTE_UNUSED,
|
||||
remote_error *rerr,
|
||||
void *args ATTRIBUTE_UNUSED,
|
||||
remote_auth_polkit_ret *ret ATTRIBUTE_UNUSED)
|
||||
|
|
Loading…
Reference in New Issue