[fpc-devel] Redundant compiler hints

Ondrej Pokorny lazarus at kluug.net
Sun Mar 25 11:56:31 CEST 2018


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




More information about the fpc-devel mailing list