summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-03-05 07:54:07 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-03-16 08:19:39 +0100
commit04651da19cbd755c2d9a7d399781433c05f9cb97 (patch)
tree8b2a62eb6f27222a07e990445dcbd241425e292a
parentfd17ba6a421acf63b3b959138bb572498d56d469 (diff)
fdo#61725 workaround
Change-Id: I7d25f293020f366b20ddb9cade1854013857bed2
-rw-r--r--vcl/source/app/dbggui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx
index 0161df6dfa08..7af896fa4f11 100644
--- a/vcl/source/app/dbggui.cxx
+++ b/vcl/source/app/dbggui.cxx
@@ -1747,7 +1747,7 @@ void ImplDbgTestSolarMutex()
bool bCheck = ImplGetSVData()->mpDefInst->CheckYieldMutex();
(void)bCheck;
OSL_ENSURE( bCheck, "SolarMutex not locked" );
- assert(bCheck);
+ //assert(bCheck);
}
// =======================================================================