mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
suppress compiler warning
This commit is contained in:
parent
d39a99b2da
commit
ec2bd20886
@ -1086,7 +1086,7 @@ int vg_remove(struct volume_group *vg)
|
||||
/*
|
||||
* Determine whether two vgs are compatible for merging.
|
||||
*/
|
||||
int vgs_are_compatible(struct cmd_context *cmd,
|
||||
int vgs_are_compatible(struct cmd_context *cmd __attribute((unused)),
|
||||
struct volume_group *vg_from,
|
||||
struct volume_group *vg_to)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user