Skip to content
Snippets Groups Projects
Commit e04ff212 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Added [[noreturn]] to function SysError_

parent 96749b77
No related branches found
No related tags found
No related merge requests found
Pipeline #26102 passed
......@@ -147,7 +147,7 @@ Warning_(const char *caller, const std::string &format, Args const &... args) no
}
template <typename... Args>
void
[[noreturn]] void
SysError_(const char *func, const std::string &format, Args const &... args) noexcept
{
int saved_errno = errno;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment