From b3a9c36cbb77bcd8079505ee9f16b68a09307ed5 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Wed, 20 Oct 2021 10:03:14 +0300 Subject: [PATCH] * fixed some warnings --- compiler/wasm32/cpupi.pas | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compiler/wasm32/cpupi.pas b/compiler/wasm32/cpupi.pas index 7bbe2a490e..85f6a63604 100644 --- a/compiler/wasm32/cpupi.pas +++ b/compiler/wasm32/cpupi.pas @@ -411,6 +411,9 @@ implementation if cur_nesting_depth<0 then internalerror(2021102001); end; + + else + ; end; end; ait_label: @@ -425,6 +428,8 @@ implementation lbl.labsym.nestingdepth:=cur_nesting_depth+1; end; end; + else + ; end; hp:=tai(hp.Next); end; @@ -480,6 +485,9 @@ implementation instr.loadconst(0,cur_nesting_depth-instr.oper[0]^.ref^.symbol.nestingdepth); end; end; + + else + ; end; end; hp:=tai(hp.Next);