]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc_fuse: Drop some G_GNUC_UNUSED attributes
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 28 Feb 2022 11:53:25 +0000 (12:53 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 7 Mar 2022 13:01:48 +0000 (14:01 +0100)
commitfd8c3ad50a3d6c8a03d790b7d8ce6c4ab37bf155
tree44619e73fc4b25d7b91b4c00588aa36744efcaf2
parent2543cdf9821adab444d88a50849df68bc3563c42
lxc_fuse: Drop some G_GNUC_UNUSED attributes

There are few arguments that are marked as G_GNUC_UNUSED even
though they are clearly used within their respective functions.
Drop the annotation in such cases.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/lxc/lxc_fuse.c