Re: [libvirt] [PATCH 06/35] examples: use G_GNUC_UNUSED

2019-10-15 Thread Ján Tomko
On Tue, Oct 15, 2019 at 10:40:47AM +0200, Michal Privoznik wrote: On 10/14/19 3:15 PM, Ján Tomko wrote: Name the macro G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED to match the rest of libvirt code. Signed-off-by: Ján Tomko --- examples/c/misc/event-test.c | 140

Re: [libvirt] [PATCH 06/35] examples: use G_GNUC_UNUSED

2019-10-15 Thread Michal Privoznik
On 10/14/19 3:15 PM, Ján Tomko wrote: Name the macro G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED to match the rest of libvirt code. Signed-off-by: Ján Tomko --- examples/c/misc/event-test.c | 140 +-- 1 file changed, 70 insertions(+), 70 deletions(-) diff

[libvirt] [PATCH 06/35] examples: use G_GNUC_UNUSED

2019-10-14 Thread Ján Tomko
Name the macro G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED to match the rest of libvirt code. Signed-off-by: Ján Tomko --- examples/c/misc/event-test.c | 140 +-- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/examples/c/misc/event-test.c