Yesterday I updated FPC to current trunk (r38623) and now I get a lot of redundant compiler hints. E.g.:

program Test;
uses SysUtils;
var
  FS: TFormatSettings;
begin
  FS := DefaultFormatSettings;
end.

Test.lpr(6,3) Hint: Call to subroutine "procedure $fpc_copy_proc(Src:Pointer;Dest:Pointer;TypeInfo:Pointer);" marked as inline is not inlined

Anybody knows what's going on? I am on Windows, use the 32bit compiler.

Ondrej

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to