mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-26 14:03:49 +03:00
virsh-domain: Remove spurious ATTRIBUTE_UNUSED from cmdDesc
The "cmd" variable is actually used so remove the attribute.
This commit is contained in:
parent
1b7bfa65e3
commit
626d4dfc2e
@ -6670,7 +6670,7 @@ static const vshCmdOptDef opts_desc[] = {
|
||||
};
|
||||
|
||||
static bool
|
||||
cmdDesc(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
|
||||
cmdDesc(vshControl *ctl, const vshCmd *cmd)
|
||||
{
|
||||
virDomainPtr dom;
|
||||
bool config = vshCommandOptBool(cmd, "config");
|
||||
|
Loading…
x
Reference in New Issue
Block a user