summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_dev.c')
-rw-r--r--sys/geom/geom_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c
index 9b058c8..f492967 100644
--- a/sys/geom/geom_dev.c
+++ b/sys/geom/geom_dev.c
@@ -86,7 +86,7 @@ static struct g_class g_dev_class = {
};
static void
-g_dev_clone(void *arg, char *name, int namelen, dev_t *dev)
+g_dev_clone(void *arg, char *name, int namelen __unused, dev_t *dev)
{
struct g_geom *gp;
OpenPOWER on IntegriCloud