fcl-js: less hints

This commit is contained in:
mattias 2023-07-12 08:12:52 +02:00
parent 98b49b292d
commit 4d8af14864

View File

@ -704,7 +704,7 @@ var
buf.Write(s[1],length(s)*sizeof(char));
end;
procedure AddChar(c: char);
procedure AddChar({%H-}c: char);
begin
buf.Write(c,sizeof(char));
end;