Fix unused variable compile warning when polkit is disabled (John Levon)

This commit is contained in:
Daniel P. Berrange 2008-12-18 12:00:45 +00:00
parent 7c4bc3f92f
commit ca05a72db6
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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)