mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-07 01:10:33 +01:00
Avoid warning about unintialized 'ba' variable
This commit is contained in:
parent
2044868c10
commit
79ed0db624
@ -713,7 +713,10 @@ implementation
|
||||
ba.q:=swapendian(ba.q);
|
||||
end;
|
||||
else
|
||||
internalerror(2024012501);
|
||||
begin
|
||||
internalerror(2024012501);
|
||||
ba.q:=0;
|
||||
end;
|
||||
end;
|
||||
CurrObjSec.write(ba,len);
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user