mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
+ added else to case statement to avoid warning
This commit is contained in:
parent
a5f1600275
commit
595402cac7
@ -2534,6 +2534,8 @@ uses
|
||||
result:=tai_wasmstruc_loop.create_from(taicpu(result),srclist);
|
||||
a_try:
|
||||
result:=tai_wasmstruc_try.create_from(srclist);
|
||||
else
|
||||
;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user