summaryrefslogtreecommitdiffstats
path: root/tools/vgexport.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vgexport.c')
-rw-r--r--tools/vgexport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/vgexport.c b/tools/vgexport.c
index df7f2377..a1043d25 100644
--- a/tools/vgexport.c
+++ b/tools/vgexport.c
@@ -15,10 +15,10 @@
#include "tools.h"
-static int vgexport_single(struct cmd_context *cmd __attribute((unused)),
+static int vgexport_single(struct cmd_context *cmd __attribute__((unused)),
const char *vg_name,
struct volume_group *vg,
- void *handle __attribute((unused)))
+ void *handle __attribute__((unused)))
{
struct pv_list *pvl;
struct physical_volume *pv;