mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 10:00:43 +08:00
Fix unused varibale warning
This commit is contained in:
parent
798f1a7050
commit
a4eec25447
|
@ -178,6 +178,7 @@ static bool builtin_echo_parse_numeric_sequence(const wchar_t *str, size_t *cons
|
|||
/// fish specific, option -s to mean "no spaces".
|
||||
int builtin_echo(parser_t &parser, io_streams_t &streams, wchar_t **argv) {
|
||||
wchar_t *cmd = argv[0];
|
||||
(void)cmd;
|
||||
int argc = builtin_count_args(argv);
|
||||
echo_cmd_opts_t opts;
|
||||
int optind;
|
||||
|
|
Loading…
Reference in New Issue
Block a user