Skip to content
Snippets Groups Projects
Commit 386dac2c authored by Marco Bubke's avatar Marco Bubke Committed by Kai Koehne
Browse files

Exceptions should not assert on default

Reviewed-by: kkoehne
parent 94356a07
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ const char* demangle(const char* name)
#endif
bool Exception::s_shouldAssert = true;
bool Exception::s_shouldAssert = false;
void Exception::setShouldAssert(bool assert)
{
......
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