Initialize empty_ios emptier

This placates the compiler.

The compiler is pleased.
This commit is contained in:
Fabian Homborg 2019-02-03 00:14:03 +01:00
parent 9a4153f5e2
commit 38b4d47560

View File

@ -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);