mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +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;
|
||||
else
|
||||
{todo: error};
|
||||
end;
|
||||
until false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user