summaryrefslogtreecommitdiffstats
path: root/lib/format1/format1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/format1/format1.c')
-rw-r--r--lib/format1/format1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/format1/format1.c b/lib/format1/format1.c
index c49226f8..9011982f 100644
--- a/lib/format1/format1.c
+++ b/lib/format1/format1.c
@@ -400,7 +400,7 @@ static int _format1_pv_initialise(const struct format_type * fmt,
static int _format1_pv_setup(const struct format_type *fmt,
struct physical_volume *pv,
- struct volume_group *vg __attribute__((unused)))
+ struct volume_group *vg)
{
return _format1_pv_initialise(fmt, -1, 0, 0, vg->extent_size, 0, 0, pv);
}