Browse Source

+ added else to case statement to avoid warning

Nikolay Nikolov 1 year ago
parent
commit
595402cac7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/wasm32/aasmcpu.pas

+ 2 - 0
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;