mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
fcl-js: less hints
This commit is contained in:
parent
98b49b292d
commit
4d8af14864
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user