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