mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:29:14 +02:00
+ added else clause to silence warning, treated as error in CI
This commit is contained in:
parent
c6e715a54e
commit
4c3d8d016e
@ -623,6 +623,8 @@ Unit rawasmtext;
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
else
|
||||||
|
{todo: error};
|
||||||
end;
|
end;
|
||||||
until false;
|
until false;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user