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