Parcourir la source

+ added else to case statement to avoid warning

Nikolay Nikolov il y a 1 an
Parent
commit
595402cac7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;