On Thu, Mar 13, 2025 at 16:30:19 +0100, Ján Tomko wrote: > Also from qemuBuildGraphicsVNCCommandLine > > Signed-off-by: Ján Tomko <jto...@redhat.com> > --- > src/qemu/qemu_command.c | 11 ++++------- > 1 file changed, 4 insertions(+), 7 deletions(-) > > diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c > index 4f0a9a517c..ef1ba9269c 100644 > --- a/src/qemu/qemu_command.c > +++ b/src/qemu/qemu_command.c > @@ -1286,8 +1286,7 @@ qemuBuildTLSx509CommandLine(virCommand *cmd,
'qemuCaps' is documented above. > bool isListen, > bool verifypeer, > const char *certEncSecretAlias, > - const char *alias, > - virQEMUCaps *qemuCaps G_GNUC_UNUSED) > + const char *alias) > { > g_autoptr(virJSONValue) props = NULL;