From 595402cac7e3e60ba923834b2b5ebdb21f7e0a74 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Thu, 5 Oct 2023 19:19:59 +0300 Subject: [PATCH] + added else to case statement to avoid warning --- compiler/wasm32/aasmcpu.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/wasm32/aasmcpu.pas b/compiler/wasm32/aasmcpu.pas index 5a5cb7d11d..48d8d8bc4e 100644 --- a/compiler/wasm32/aasmcpu.pas +++ b/compiler/wasm32/aasmcpu.pas @@ -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;