1
0
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:
Alasdair Kergon 2008-01-22 16:02:26 +00:00
parent d39a99b2da
commit ec2bd20886

View File

@ -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)
{