Re: [libvirt] [PATCH v2 01/15] vbox: Update ATTRIBUTE_UNUSED usage

2017-11-03 Thread John Ferlan
On 10/24/2017 03:35 PM, Dawid Zamirski wrote: > Since the removal of VBOX <= 3x, the function arguments are actually > used so they should not be marked with ATTRIBUTE_UNUSED anymore. > --- > src/vbox/vbox_tmpl.c | 49 +++-- > 1 file changed, 23 insert

[libvirt] [PATCH v2 01/15] vbox: Update ATTRIBUTE_UNUSED usage

2017-10-24 Thread Dawid Zamirski
Since the removal of VBOX <= 3x, the function arguments are actually used so they should not be marked with ATTRIBUTE_UNUSED anymore. --- src/vbox/vbox_tmpl.c | 49 +++-- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/src/vbox/vbox_tmpl.