mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* fix warning
This commit is contained in:
parent
3fddae4a40
commit
4b2a924ea0
@ -2789,7 +2789,7 @@ implementation
|
|||||||
InputError('Error reading symbol type from the WASM_SYMBOL_TABLE subsection of the ''linking'' section');
|
InputError('Error reading symbol type from the WASM_SYMBOL_TABLE subsection of the ''linking'' section');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
if SymKindB>High(Ord(TWasmSymbolType)) then
|
if SymKindB>Ord(High(TWasmSymbolType)) then
|
||||||
begin
|
begin
|
||||||
InputError('Unsupported symbol type from the WASM_SYMBOL_TABLE subsection of the ''linking'' section');
|
InputError('Unsupported symbol type from the WASM_SYMBOL_TABLE subsection of the ''linking'' section');
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user