summaryrefslogtreecommitdiffstats
path: root/tools/vgck.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vgck.c')
-rw-r--r--tools/vgck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/vgck.c b/tools/vgck.c
index c8cad45b..d9613b57 100644
--- a/tools/vgck.c
+++ b/tools/vgck.c
@@ -16,10 +16,10 @@
#include "tools.h"
#include "metadata.h"
-static int vgck_single(struct cmd_context *cmd __attribute((unused)),
+static int vgck_single(struct cmd_context *cmd __attribute__((unused)),
const char *vg_name,
struct volume_group *vg,
- void *handle __attribute((unused)))
+ void *handle __attribute__((unused)))
{
if (!vg_check_status(vg, EXPORTED_VG)) {
stack;