[libvirt] [PATCH 0/2] Fix the non-linux platform build after recent VIR_AUTOPTR patches

Erik Skultety eskultet at redhat.com
Wed Aug 8 06:23:40 UTC 2018


There were some complaints about an unused variable (patch 1) and unused static
functions which are defined by the VIR_DEFINE_AUTOPTR_FUNC macro (patch 2).

Successful Travis build:
https://travis-ci.org/eskultety/libvirt/builds/413187470

MinGW wasn't affected by the recent VIR_AUTOPTR series:
https://ci.centos.org/view/libvirt/job/libvirt-master-build-mingw64/330/

*NOT* pushing under the build breaker in case someone wants to have a look.

Erik Skultety (2):
  util: virnetdevopenvswitch: Drop an unused variable @ovs_timeout
  Fix the build on non-linux platforms after VIR_AUTOPTR related changes

 src/util/virnetdev.c            | 3 +--
 src/util/virnetdevopenvswitch.c | 1 -
 src/util/virnetlink.c           | 6 ++----
 3 files changed, 3 insertions(+), 7 deletions(-)

--
2.14.4




More information about the libvir-list mailing list