mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Remove bogus ATTRIBUTE_UNUSED annotation
This commit is contained in:
parent
b5dfaef4dc
commit
e8c6aa703a
@ -1,3 +1,8 @@
|
||||
Mon Mar 05 12:19:42 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/qemu_internal.c: Remove bogus ATTRIBUTE_UNUSED annotation
|
||||
from qemuOpenConnection (from Rich Jones)
|
||||
|
||||
Mon Mar 05 12:07:42 EST 2007 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* qemud/qemud.c: Parse QEMU stderr immediately at startup to
|
||||
|
@ -327,7 +327,7 @@ static int qemuProcessRequest(virConnectPtr conn,
|
||||
/*
|
||||
* Open a connection to the libvirt QEMU daemon
|
||||
*/
|
||||
static int qemuOpenConnection(virConnectPtr conn, xmlURIPtr uri, int readonly ATTRIBUTE_UNUSED) {
|
||||
static int qemuOpenConnection(virConnectPtr conn, xmlURIPtr uri, int readonly) {
|
||||
char path[PATH_MAX];
|
||||
|
||||
if (uri->server != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user