+2
Completed

Add Conmment "directive" so can suppress FixInsignt false positivie (if needed)

Anonymous 10 years ago updated by Roman 10 years ago 3
Like this kind of
try
LMyObject := DoSomethingWhichSometimesRaiseExcptionWhichICantDoNothingOrByDesign;
except
{ Eat this exception because of this and that FixInSigntSuppressWarnings(W501) }
end;

Would be cleaner the use Comments IMHO than some compiler directive way present now (I think)