mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
remove diagnostic no one likes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user