Skip to content
Snippets Groups Projects
Commit 66970f2a authored by Oz Linden's avatar Oz Linden
Browse files

fix spurious per-frame warning about signal handlers in Windows

parent 79801c71
No related branches found
No related tags found
No related merge requests found
...@@ -798,7 +798,7 @@ bool LLAppViewerWin32::beingDebugged() ...@@ -798,7 +798,7 @@ bool LLAppViewerWin32::beingDebugged()
bool LLAppViewerWin32::restoreErrorTrap() bool LLAppViewerWin32::restoreErrorTrap()
{ {
return false; return true; // we don't check for handler collisions on windows, so just say they're ok
} }
void LLAppViewerWin32::initCrashReporting(bool reportFreeze) void LLAppViewerWin32::initCrashReporting(bool reportFreeze)
......
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