Re: [libvirt] [PATCH 1/7] virbuftest: remove extra G_GNUC_UNUSED markers

2020-01-14 Thread Erik Skultety
On Tue, Jan 14, 2020 at 08:35:35AM +0100, Ján Tomko wrote: > These functions do use the opaque argument. > > Signed-off-by: Ján Tomko > --- Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 1/7] virbuftest: remove extra G_GNUC_UNUSED markers

2020-01-13 Thread Ján Tomko
These functions do use the opaque argument. Signed-off-by: Ján Tomko --- tests/virbuftest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/virbuftest.c b/tests/virbuftest.c index 56a6ece8f6..f8eadea25a 100644 --- a/tests/virbuftest.c +++ b/tests/virbuftest.c @@