1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-29 00:23:49 +03:00

Use __attribute__ consistently throughout.

This commit is contained in:
Alasdair Kergon
2010-07-09 15:34:40 +00:00
parent 3e404aea3a
commit 08f1ddea6c
89 changed files with 443 additions and 442 deletions

View File

@@ -91,8 +91,8 @@ static int _check_device(struct cmd_context *cmd, struct device *dev)
return 1;
}
int lvmdiskscan(struct cmd_context *cmd, int argc __attribute((unused)),
char **argv __attribute((unused)))
int lvmdiskscan(struct cmd_context *cmd, int argc __attribute__((unused)),
char **argv __attribute__((unused)))
{
uint64_t size;
struct dev_iter *iter;