[libvirt] [PATCH] virSecurityDACSetSecurityImageLabel: Unmark @def as unused

2014-03-10 Thread Michal Privoznik
The @def is clearly used just a few lines below. There's no need to use ATTRIBUTE_UNUSED for it. Signed-off-by: Michal Privoznik mpriv...@redhat.com --- src/security/security_dac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/security/security_dac.c

Re: [libvirt] [PATCH] virSecurityDACSetSecurityImageLabel: Unmark @def as unused

2014-03-10 Thread Daniel P. Berrange
On Mon, Mar 10, 2014 at 05:51:18PM +0100, Michal Privoznik wrote: The @def is clearly used just a few lines below. There's no need to use ATTRIBUTE_UNUSED for it. Signed-off-by: Michal Privoznik mpriv...@redhat.com --- src/security/security_dac.c | 2 +- 1 file changed, 1 insertion(+), 1