From: John Ferlan Date: Fri, 1 Feb 2019 16:32:56 +0000 (-0500) Subject: util: Fix build issue with virStorageFileGetNPIVKey X-Git-Tag: v5.1.0-rc1~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170f83506e33f3659369fb20502aacceee45f309;p=thirdparty%2Flibvirt.git util: Fix build issue with virStorageFileGetNPIVKey Signed-off-by: John Ferlan --- diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index d83d84fcf5..6df0885669 100644 --- a/src/util/virstoragefile.c +++ b/src/util/virstoragefile.c @@ -1564,7 +1564,7 @@ virStorageFileGetNPIVKey(const char *path, return ret; } #else -int virStorageFileGetNPIVKey(const char *path, +int virStorageFileGetNPIVKey(const char *path ATTRIBUTE_UNUSED, char **key ATTRIBUTE_UNUSED) { return -1;