Split the parameters to make changes more readable. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> --- tools/vsh.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/vsh.c b/tools/vsh.c index ee675a63cc..fccd4cd36d 100644 --- a/tools/vsh.c +++ b/tools/vsh.c @@ -1644,7 +1644,9 @@ vshCommandParse(vshControl *ctl, vshCommandParser *parser, vshCmd **partial) */ static vshCommandToken ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(3) -vshCommandArgvGetArg(vshControl *ctl, vshCommandParser *parser, char **res, +vshCommandArgvGetArg(vshControl *ctl, + vshCommandParser *parser, + char **res, bool report G_GNUC_UNUSED) { if (parser->arg_pos == parser->arg_end) { -- 2.21.0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list