mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 05:49:30 +01:00
* avoid compiler warning about uninitialized variable
git-svn-id: trunk@26441 -
This commit is contained in:
parent
b90db73fbc
commit
fe7238bdf1
@ -1918,6 +1918,8 @@ type
|
||||
init_procinfo:=nil;
|
||||
finalize_procinfo:=nil;
|
||||
resources_used:=false;
|
||||
{ make the compiler happy and avoid an uninitialized variable warning on Setlength(sc,length(sc)+1); }
|
||||
sc:=nil;
|
||||
|
||||
{ DLL defaults to create reloc info }
|
||||
if islibrary then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user