提交 fbc5a153 编写于 作者: J Ján Tomko

vsh: mark ctl as unused in vshReadline

My commit removed the last use in the version for platforms
without readline.

Fixes: c937c1d2Signed-off-by: NJán Tomko <jtomko@redhat.com>
上级 f31bdc7c
......@@ -3028,7 +3028,8 @@ vshReadlineDeinit(vshControl *ctl G_GNUC_UNUSED)
}
char *
vshReadline(vshControl *ctl, const char *prompt)
vshReadline(vshControl *ctl G_GNUC_UNUSED,
const char *prompt)
{
char line[1024];
char *r;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册