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/pvremove.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pvremove.c') diff --git a/tools/pvremove.c b/tools/pvremove.c index 34b72144..8242993c 100644 --- a/tools/pvremove.c +++ b/tools/pvremove.c @@ -90,7 +90,7 @@ static int pvremove_check(struct cmd_context *cmd, const char *name) } static int pvremove_single(struct cmd_context *cmd, const char *pv_name, - void *handle __attribute((unused))) + void *handle __attribute__((unused))) { struct device *dev; int ret = ECMD_FAILED; -- cgit