mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
make some compilers happy
Commit f10e4f8 causes some old compilers to complain about implicit
return from non-void function. A false positive error but make the
compiler happy so it stops complaining.
This commit is contained in:
@@ -1385,6 +1385,8 @@ std::unique_ptr<universal_notifier_t> universal_notifier_t::new_notifier_for_str
|
||||
return make_unique<universal_notifier_named_pipe_t>(test_path);
|
||||
}
|
||||
}
|
||||
DIE("should never reach this statement");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// Default implementations.
|
||||
|
||||
Reference in New Issue
Block a user