diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index f66304c3f9..657364f4e6 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -613,6 +613,7 @@ doRemoteOpen(virConnectPtr conn, priv->is_secure = 1; #else (void)sanity; + (void)verify; virReportError(VIR_ERR_INVALID_ARG, "%s", _("GNUTLS support not available in this build")); goto failed;