]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: Update ATTRIBUTE_UNUSED usage
authorDawid Zamirski <dzamirski@datto.com>
Tue, 24 Oct 2017 19:35:24 +0000 (15:35 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 3 Nov 2017 17:13:09 +0000 (13:13 -0400)
commit6f8ddbb83b4d4a811a22144443879bd9f2107f85
tree5fd29148c94801e9b67adccb64cfaa90e0ad983a
parentb5ce8bd03478d861347e9ef1e9689e4276773a04
vbox: Update ATTRIBUTE_UNUSED usage

Since the removal of VBOX <= 3x, the function arguments are actually
used so they should not be marked with ATTRIBUTE_UNUSED anymore.
src/vbox/vbox_tmpl.c