mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
* fix case completeness warnings
git-svn-id: branches/debug_eh@42051 -
This commit is contained in:
parent
1b6425176b
commit
853e622fb7
@ -346,6 +346,8 @@ uses
|
|||||||
case callpara^.typ of
|
case callpara^.typ of
|
||||||
top_tai:
|
top_tai:
|
||||||
callpara^.ai.free;
|
callpara^.ai.free;
|
||||||
|
else
|
||||||
|
;
|
||||||
end;
|
end;
|
||||||
dispose(callpara);
|
dispose(callpara);
|
||||||
end;
|
end;
|
||||||
|
@ -367,6 +367,8 @@ implementation
|
|||||||
callpara^.ai:=cnv;
|
callpara^.ai:=cnv;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
else
|
||||||
|
;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
@ -1407,6 +1407,8 @@ begin
|
|||||||
not(po_external in tprocdef(tprocsym(srsym).ProcdefList[0]).procoptions) then
|
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);
|
cnodeutils.RegisterUsedAsmSym(current_asmdata.RefAsmSymbol(tprocdef(tprocsym(srsym).ProcdefList[0]).mangledname,AT_FUNCTION),tprocdef(tprocsym(srsym).ProcdefList[0]),true);
|
||||||
end;
|
end;
|
||||||
|
else
|
||||||
|
;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user