diff options
Diffstat (limited to 'tools/vgexport.c')
-rw-r--r-- | tools/vgexport.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/vgexport.c b/tools/vgexport.c index bff93bb5d..b1c498a1a 100644 --- a/tools/vgexport.c +++ b/tools/vgexport.c @@ -15,9 +15,10 @@ #include "tools.h" -static int vgexport_single(struct cmd_context *cmd, const char *vg_name, +static int vgexport_single(struct cmd_context *cmd __attribute((unused)), + const char *vg_name, struct volume_group *vg, int consistent, - void *handle) + void *handle __attribute((unused))) { struct pv_list *pvl; struct physical_volume *pv; |