summaryrefslogtreecommitdiffstats
path: root/discover/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/paths.c')
-rw-r--r--discover/paths.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/discover/paths.c b/discover/paths.c
index fe7a876..c403691 100644
--- a/discover/paths.c
+++ b/discover/paths.c
@@ -58,9 +58,9 @@ char *encode_label(void *alloc_ctx, const char *label)
}
char *parse_device_path(void *alloc_ctx,
- const char *dev_str, const char *cur_dev)
+ const char *dev_str, const char __attribute__((unused)) *cur_dev)
{
- char *dev, tmp[256], *enc;
+ char *dev, *enc;
if (is_prefix_ignorecase(dev_str, "uuid=")) {
dev = talloc_asprintf(alloc_ctx, "/dev/disk/by-uuid/%s",
OpenPOWER on IntegriCloud