]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: fix build on non-Linux
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 23 Mar 2017 03:45:29 +0000 (07:45 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 23 Mar 2017 03:45:29 +0000 (07:45 +0400)
commit80958284800968bfaf153c10a7c9d49591aa8a87
tree1256be2a9f150fb67b51c58dc26220cc342e6a77
parent0b785be4ca4617767f8858b443c0d179de7715f1
util: fix build on non-Linux

Decorate unused arguments of the virNetDevGetMaster() stub
with ATTRIBUTE_UNUSED to fix build on systems where this
stub is used.
src/util/virnetdev.c