]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: use G_GNUC_UNUSED
authorJán Tomko <jtomko@redhat.com>
Mon, 14 Oct 2019 12:45:33 +0000 (14:45 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 15 Oct 2019 09:25:24 +0000 (11:25 +0200)
commitcdf7be47c051233595e95af184b62381d23302ee
tree0f94ac2e8ed0d578749b6d42d63f67a839dbaec4
parentbfefd2cb096cbd7df089eb61cc95fc78c41c6ce2
storage: use G_GNUC_UNUSED

Use G_GNUC_UNUSED from GLib instead of ATTRIBUTE_UNUSED.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/storage/storage_backend.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_mpath.c
src/storage/storage_backend_rbd.c
src/storage/storage_backend_zfs.c
src/storage/storage_driver.c
src/storage/storage_util.c