From: Martin Wilck <mwilck@xxxxxxxx> Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- libmultipath/devmapper.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libmultipath/devmapper.c b/libmultipath/devmapper.c index 0f0c3a34..f478ac2d 100644 --- a/libmultipath/devmapper.c +++ b/libmultipath/devmapper.c @@ -812,7 +812,8 @@ dm_get_major_minor(const char *name, int *major, int *minor) } static int -has_partmap(const char *name, void *data) +has_partmap(const char *name __attribute__((unused)), + void *data __attribute__((unused))) { return 1; } @@ -1308,7 +1309,7 @@ dm_remove_partmaps (const char * mapname, int need_sync, int deferred_remove) #ifdef LIBDM_API_DEFERRED static int -cancel_remove_partmap (const char *name, void *unused) +cancel_remove_partmap (const char *name, void *unused __attribute__((unused))) { if (dm_get_opencount(name)) dm_cancel_remove_partmaps(name); -- 2.23.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel