mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
tools: avoid unused parameter warning when readline is disabled
The vshReadlineHistoryAdd stub method does not use its parameter. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
c69915ccaf
commit
7bd8621291
@ -2971,7 +2971,7 @@ vshReadline(vshControl *ctl G_GNUC_UNUSED,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
vshReadlineHistoryAdd(const char *cmd)
|
vshReadlineHistoryAdd(const char *cmd G_GNUC_UNUSED)
|
||||||
{
|
{
|
||||||
/* empty */
|
/* empty */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user