Skip to content

src: mark fatal error functions as noreturn

Rodrigo Muino Tomonari requested to merge github/fork/legendecas/noreturn into main

OnFatalError and OOMErrorHandler will not return control flow to the calling function.

node::FatalError is an alias of node::OnFatalError. Replace all the callsites with node::OnFatalError instead.

Merge request reports

Loading