mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-11 11:11:13 -03:00
Initialize empty_ios emptier
This placates the compiler. The compiler is pleased.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user