summaryrefslogtreecommitdiff
path: root/src/utilcode/stresslog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilcode/stresslog.cpp')
-rw-r--r--src/utilcode/stresslog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utilcode/stresslog.cpp b/src/utilcode/stresslog.cpp
index 95c088fb86..f63ade8e8b 100644
--- a/src/utilcode/stresslog.cpp
+++ b/src/utilcode/stresslog.cpp
@@ -314,6 +314,7 @@ ThreadStressLog* StressLog::CreateThreadStressLog() {
// we fail.
ClrFlsSetValue(theLog.TLSslot, NULL);
}
+#pragma warning(suppress: 4101)
PAL_CPP_CATCH_DERIVED(OutOfMemoryException, obj)
{
// Just leave on any exception. Note: can't goto or return from within EX_CATCH...