
+1
Planned
False W801 warning (CONST missing for unmodified string parameter) if Delete is called
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.

+1
Planned
Roman 10 years ago
Customer support service by UserEcho