mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu_shim: cosmetic fixes
Remove bogus G_GNUC_UNUSED attribute and add a missing space. Signed-off-by: Ján Tomko <jtomko@redhat.com> Fixes: d6006672788ec0f0290d35c76ceb9672476d1ea8 Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
fe8921c27b
commit
26a42e7315
@ -45,7 +45,7 @@ qemuShimEventLoop(void *opaque G_GNUC_UNUSED)
|
|||||||
/* Runs in event loop thread context */
|
/* Runs in event loop thread context */
|
||||||
static void
|
static void
|
||||||
qemuShimEventLoopStop(int watch G_GNUC_UNUSED,
|
qemuShimEventLoopStop(int watch G_GNUC_UNUSED,
|
||||||
int fd G_GNUC_UNUSED,
|
int fd,
|
||||||
int event G_GNUC_UNUSED,
|
int event G_GNUC_UNUSED,
|
||||||
void *opaque G_GNUC_UNUSED)
|
void *opaque G_GNUC_UNUSED)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user