Преглед изворни кода

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