+1
Planned

False W801 warning (CONST missing for unmodified string parameter) if Delete is called

dummzeuch 10 years ago updated by Roman 10 years ago 1

For code like this:

procedure bla(s: string);

begin

Delete(s, 1, 1);

end;


I get the warning W801 even though the string parameter is being modified.