
0
Answered
Be able to supress warnings
I would like to be able to supress warnings using conditional compilation.

0
Uwe Schuster 10 years ago
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!

0
Under review
Roman 10 years ago
That's correct. I have to add this to the documentation :)

0
Answered
Roman 10 years ago
Customer support service by UserEcho