[libvirt] [PATCH 24/35] security: use G_GNUC_UNUSED

Michal Privoznik mprivozn at redhat.com
Tue Oct 15 08:40:33 UTC 2019


On 10/14/19 3:15 PM, Ján Tomko wrote:
> Use G_GNUC_UNUSED from GLib instead of ATTRIBUTE_UNUSED.
> 
> Signed-off-by: Ján Tomko <jtomko at redhat.com>
> ---
>   src/security/security_apparmor.c |  88 ++++++++--------
>   src/security/security_dac.c      | 114 ++++++++++----------
>   src/security/security_manager.c  |   6 +-
>   src/security/security_nop.c      | 174 +++++++++++++++----------------
>   src/security/security_selinux.c  |  54 +++++-----
>   src/security/security_stack.c    |   8 +-
>   src/security/security_util.c     |   6 +-
>   src/security/virt-aa-helper.c    |   4 +-
>   8 files changed, 227 insertions(+), 227 deletions(-)

As you perhaps already know, this needs to be rebased. But the conflict 
resolution is trivial. Also, there's one new occurance in 
virSecuritySELinuxSetAllLabel() that needs updating and squashing into 
this patch.

Michal




More information about the libvir-list mailing list