diff options
Diffstat (limited to 'shell/bbsh.c')
-rw-r--r-- | shell/bbsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bbsh.c b/shell/bbsh.c index c3726263a..83132f928 100644 --- a/shell/bbsh.c +++ b/shell/bbsh.c @@ -199,7 +199,7 @@ static void handle(char *command) } int bbsh_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; -int bbsh_main(int argc, char **argv) +int bbsh_main(int argc UNUSED_PARAM, char **argv) { char *command=NULL; FILE *f; |