]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: avoid build failure without gnutls
authorEric Blake <eblake@redhat.com>
Mon, 1 Jul 2013 19:21:57 +0000 (13:21 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 1 Jul 2013 19:28:28 +0000 (13:28 -0600)
commit4e6a78e712fc1d649f4e730815f906bf8e14f8a2
tree63f2c50fdf0bdce7e01a660a2291310592a5c43a
parent477a619e1b37694e3c59c0d6c84ede6d2e28b878
build: avoid build failure without gnutls

Found while trying to cross-compile to mingw:

  CC       libvirt_driver_remote_la-remote_driver.lo
../../src/remote/remote_driver.c: In function 'doRemoteOpen':
../../src/remote/remote_driver.c:487:23: error: variable 'verify' set but not used [-Werror=unused-but-set-variable]

* src/remote/remote_driver.c (doRemoteOpen): Also ignore 'verify'.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/remote/remote_driver.c