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

added [[noreturn]] to assertion failures

parent 129ee6f9
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ struct assertion_info
int line;
};
POLYMESH_COLD_FUNC POLYMESH_DONT_INLINE void assertion_failed(assertion_info const& info);
[[noreturn]] POLYMESH_COLD_FUNC POLYMESH_DONT_INLINE void assertion_failed(assertion_info const& info);
} // namespace detail
/// handler that is called whenever an assertion is violated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment