Skip to content
Snippets Groups Projects
Commit 3ef9d370 authored by Philip Trettner's avatar Philip Trettner
Browse files

added [[noreturn]] to assertion failures

parent aab762b3
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ struct assertion_info
int line;
};
TG_COLD_FUNC TG_DONT_INLINE void assertion_failed(assertion_info const& info);
[[noreturn]] TG_COLD_FUNC TG_DONT_INLINE void assertion_failed(assertion_info const& info);
}
} // namespace tg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment