diff --git a/example/passwd/main.c b/example/passwd/main.c index c662000..a0b50be 100644 --- a/example/passwd/main.c +++ b/example/passwd/main.c @@ -226,6 +226,8 @@ static int check_password(struct args * args) static int invoke_invalid_command(struct args * args) { + (void) args; + fprintf(stderr, "error: unknown command\n"); return EXIT_FAILURE; }