mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 10:43:32 +08:00
Initialize empty_ios emptier
This placates the compiler. The compiler is pleased.
This commit is contained in:
parent
9a4153f5e2
commit
38b4d47560
|
@ -383,7 +383,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
parser_t &parser = parser_t::principal_parser();
|
||||
|
||||
const io_chain_t empty_ios;
|
||||
const io_chain_t empty_ios {};
|
||||
if (read_init(paths)) {
|
||||
// Stomp the exit status of any initialization commands (issue #635).
|
||||
proc_set_last_status(STATUS_CMD_OK);
|
||||
|
|
Loading…
Reference in New Issue
Block a user