Explorar el Código

fcl-js: less hints

mattias hace 2 años
padre
commit
4d8af14864
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-js/src/jssrcmap.pas

+ 1 - 1
packages/fcl-js/src/jssrcmap.pas

@@ -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;