From b34b8d3372364b3c5043da0357ec69505e8d8602 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 28 Feb 2013 19:39:00 +0200 Subject: I think this is such a serious problem that an assert() is in order Change-Id: If4273ba0b0a95d314e346e26ce092b108214d898 --- vcl/source/app/dbggui.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index 22051aac42f6..e9a4edf78c0c 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -1748,6 +1748,7 @@ void ImplDbgTestSolarMutex() bool bCheck = ImplGetSVData()->mpDefInst->CheckYieldMutex(); (void)bCheck; OSL_ENSURE( bCheck, "SolarMutex not locked" ); + assert(bCheck); } // ======================================================================= -- cgit