Disable assertions in SynEdit. Not sure but it seems some of them do a false positive detection. Fixes issue #2801.

This commit is contained in:
Ansgar Becker
2012-03-29 20:59:08 +00:00
parent 46497c03e1
commit de758373f3

View File

@@ -1,7 +1,7 @@
package SynEditR;
{$ALIGN 8}
{$ASSERTIONS ON}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}