mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 09:50:18 +02:00
* fixed use of uninitialised variables
git-svn-id: trunk@4195 -
This commit is contained in:
parent
d75b19e484
commit
9b48d424ff
@ -215,9 +215,9 @@ begin
|
||||
|
||||
{ Create some replacements }
|
||||
StripStr:='';
|
||||
(*
|
||||
StaticStr:='';
|
||||
DynLinkStr:='';
|
||||
(*
|
||||
if (cs_link_staticflag in aktglobalswitches) then
|
||||
StaticStr:='-static';
|
||||
if (cs_link_strip in aktglobalswitches) then
|
||||
|
Loading…
Reference in New Issue
Block a user