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/lvm2cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lvm2cmd.c') diff --git a/tools/lvm2cmd.c b/tools/lvm2cmd.c index a8d09bf1..1e1e059c 100644 --- a/tools/lvm2cmd.c +++ b/tools/lvm2cmd.c @@ -20,8 +20,8 @@ void *lvm2_init(void) return cmdlib_lvm2_init(0); } -int lvm_shell(struct cmd_context *cmd __attribute((unused)), - struct cmdline_context *cmdline __attribute((unused))) +int lvm_shell(struct cmd_context *cmd __attribute__((unused)), + struct cmdline_context *cmdline __attribute__((unused))) { return 0; } -- cgit