From 08f1ddea6c5d3679fe44e8fef73e8c8f3b11d705 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 9 Jul 2010 15:34:40 +0000 Subject: Use __attribute__ consistently throughout. --- tools/vgimport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/vgimport.c') diff --git a/tools/vgimport.c b/tools/vgimport.c index ee8e40a3d..284f53617 100644 --- a/tools/vgimport.c +++ b/tools/vgimport.c @@ -15,10 +15,10 @@ #include "tools.h" -static int vgimport_single(struct cmd_context *cmd __attribute((unused)), +static int vgimport_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; -- cgit v1.2.1