K Jayatheerth <jayatheerthkulkarni2005@xxxxxxxxx> writes: > diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc > index ef190d8748..da15d43d1f 100644 > --- a/Documentation/MyFirstContribution.adoc > +++ b/Documentation/MyFirstContribution.adoc > @@ -142,15 +142,31 @@ command in `builtin/psuh.c`. Create that file, and within it, write the entry > ... > ---- > -int cmd_psuh(int argc, const char **argv, const char *prefix) > +int cmd_psuh(int argc UNUSED, const char **argv UNUSED, I removed the new trailing whitespace on this line while queuing, so no need to resend only to fix this. Thanks.