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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user