Re: [libvirt] [dbus PATCH] domain: remove G_GNUC_UNUSED for used attributes

2018-03-28 Thread Pavel Hrdina
On Tue, Mar 27, 2018 at 06:30:19PM +0200, Ján Tomko wrote: > A few functions use the G_GNUC_UNUSED marker for objectPath, > even though it's passed to virtDBusDomainGetVirDomain later. > > Signed-off-by: Ján Tomko > --- > Also passes the build with clang 5.0.1, once that lock

[libvirt] [dbus PATCH] domain: remove G_GNUC_UNUSED for used attributes

2018-03-27 Thread Ján Tomko
A few functions use the G_GNUC_UNUSED marker for objectPath, even though it's passed to virtDBusDomainGetVirDomain later. Signed-off-by: Ján Tomko --- Also passes the build with clang 5.0.1, once that lock issue is fixed: connect.c:59:29: error: unused variable 'lock'