0
Fixed

FI:W801 comment does not turn off warning

dummzeuch 10 years ago updated by Roman 10 years ago 1

I have put the // FI:W801 comment after the function declaration to turn off a false positive for the W801 warning like this:


function TRd2EaIMU.SplitIMULine(_Line: string; _HeaderList: TStringList; _DataList: TStringList): Boolean; // FI:W801


I still get the warning.

Answer

Answer
Fixed

It's a little issue in messages window. It should be not W801, but O801. This comment will work if you write "FI:O801"


I've uploaded a new build with fixed Messages output

http://sourceoddity.com/fixinsight/download.html

Answer
Fixed

It's a little issue in messages window. It should be not W801, but O801. This comment will work if you write "FI:O801"


I've uploaded a new build with fixed Messages output

http://sourceoddity.com/fixinsight/download.html