mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-13 12:54:15 +00:00
fixes warning about unused param
This commit is contained in:
parent
fb465bf9a9
commit
d9fd8773e1
@ -226,6 +226,8 @@ static int check_password(struct args * args)
|
|||||||
|
|
||||||
static int invoke_invalid_command(struct args * args)
|
static int invoke_invalid_command(struct args * args)
|
||||||
{
|
{
|
||||||
|
(void) args;
|
||||||
|
|
||||||
fprintf(stderr, "error: unknown command\n");
|
fprintf(stderr, "error: unknown command\n");
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user