mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
lyxbreaker: don't crash in release mode.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27427 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ffa606290
commit
1c211e6473
@ -37,7 +37,7 @@ void lyxbreaker(void const * data, const char * hint, int size)
|
||||
{
|
||||
LYXERR0("break on pointer: " << data << " hint: " << hint
|
||||
<< " size: " << size);
|
||||
LASSERT(false, /**/);
|
||||
LASSERT(false, return);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user