mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 23:20:29 +02:00
* get rid os some warnings
This commit is contained in:
parent
c6effbd676
commit
c0893e5c16
@ -80,7 +80,7 @@ program fpc;
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure InitPlatform(var ppcbin,processorname : string);
|
||||
procedure InitPlatform(out ppcbin,processorname : string);
|
||||
|
||||
begin
|
||||
{$ifdef i386}
|
||||
@ -267,6 +267,7 @@ program fpc;
|
||||
end;
|
||||
|
||||
begin
|
||||
ppccommandline:=[];
|
||||
setlength(ppccommandline,paramcount);
|
||||
ppccommandlinelen:=0;
|
||||
cpusuffix :=''; // if not empty, signals attempt at cross
|
||||
|
Loading…
Reference in New Issue
Block a user