diff --git a/compiler/llvm/aasmllvm.pas b/compiler/llvm/aasmllvm.pas index dfb7c2d2ca..4d6387d88e 100644 --- a/compiler/llvm/aasmllvm.pas +++ b/compiler/llvm/aasmllvm.pas @@ -346,6 +346,8 @@ uses case callpara^.typ of top_tai: callpara^.ai.free; + else + ; end; dispose(callpara); end; diff --git a/compiler/llvm/llvmtype.pas b/compiler/llvm/llvmtype.pas index 70887756ad..594aabb430 100644 --- a/compiler/llvm/llvmtype.pas +++ b/compiler/llvm/llvmtype.pas @@ -367,6 +367,8 @@ implementation callpara^.ai:=cnv; end; end; + else + ; end; end; end; diff --git a/compiler/rautils.pas b/compiler/rautils.pas index 3ddf98ee3e..84031309e1 100644 --- a/compiler/rautils.pas +++ b/compiler/rautils.pas @@ -1407,6 +1407,8 @@ begin not(po_external in tprocdef(tprocsym(srsym).ProcdefList[0]).procoptions) then cnodeutils.RegisterUsedAsmSym(current_asmdata.RefAsmSymbol(tprocdef(tprocsym(srsym).ProcdefList[0]).mangledname,AT_FUNCTION),tprocdef(tprocsym(srsym).ProcdefList[0]),true); end; + else + ; end; end; end;