mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 04:56:02 +02:00
FpDebug: missing result initialization
This commit is contained in:
parent
8c274698ab
commit
795b94703f
@ -3744,6 +3744,7 @@ var
|
|||||||
n: Integer;
|
n: Integer;
|
||||||
CU: TDwarfCompilationUnit;
|
CU: TDwarfCompilationUnit;
|
||||||
begin
|
begin
|
||||||
|
Result := False;
|
||||||
for n := 0 to FCompilationUnits.Count - 1 do
|
for n := 0 to FCompilationUnits.Count - 1 do
|
||||||
begin
|
begin
|
||||||
CU := TDwarfCompilationUnit(FCompilationUnits[n]);
|
CU := TDwarfCompilationUnit(FCompilationUnits[n]);
|
||||||
|
Loading…
Reference in New Issue
Block a user