瀏覽代碼

+ added else to case statement to avoid warning

Nikolay Nikolov 1 年之前
父節點
當前提交
595402cac7
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;