]> xenbits.xensource.com Git - libvirt.git/commit
storage_backend_rbd: Drop ATTRIBUTE_UNUSED for arguments that are used
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 18 Aug 2018 16:53:13 +0000 (18:53 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Sep 2018 08:11:40 +0000 (10:11 +0200)
commit16f5abb2f89e57f33e1ed3a7f19dac5c2a670e50
tree70a5fecc3ddfd673afed86f4059e24fed2b49514
parent4ea3693104c03ac40a6595f5b9bcda58fa18afe7
storage_backend_rbd: Drop ATTRIBUTE_UNUSED for arguments that are used

In two places the passed pool object argument is marked as
ATTRIBUTE_UNUSED even though it's used right away.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/storage/storage_backend_rbd.c