]> git.ipfire.org Git - thirdparty/libvirt.git/commit
examples: 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:22 +0000 (11:25 +0200)
commitc3211e0ba4d441e74705d027ce7ef27b6b41cdd1
treeda298d6966b506c96ac842bba6d5347c997cecc0
parent2dec8c47602b195d656fccddee92989f3d90562e
examples: use G_GNUC_UNUSED

Name the macro G_GNUC_UNUSED instead of ATTRIBUTE_UNUSED
to match the rest of libvirt code.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
examples/c/misc/event-test.c