0
Answered

Be able to supress warnings

Anonymous 10 years ago updated by Roman 10 years ago 3
I would like to be able to supress warnings using conditional compilation.
It is far from optimal, but you can already surround your code with {$IFNDEF _FIXINSIGHT_} to hide it from FixInsight. Warning: Make sure that it stays valid code without the excluded code!
Under review
That's correct. I have to add this to the documentation :)