mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
remove diagnostic no one likes
This commit is contained in:
parent
0a51b17716
commit
3a08a24259
|
@ -455,7 +455,6 @@ int main(int argc, char **argv) {
|
|||
static const char *dummy_argv[2] = {"fish", NULL};
|
||||
argv = (char **)dummy_argv; //!OCLINT(parameter reassignment)
|
||||
argc = 1; //!OCLINT(parameter reassignment)
|
||||
debug(0, _(L"I don't know my program name (no argv), using \"%s\""), argv[0]);
|
||||
}
|
||||
std::vector<std::string> cmds;
|
||||
my_optind = fish_parse_opt(argc, argv, &cmds);
|
||||
|
|
Loading…
Reference in New Issue
Block a user