mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +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
|
||||
top_tai:
|
||||
callpara^.ai.free;
|
||||
else
|
||||
;
|
||||
end;
|
||||
dispose(callpara);
|
||||
end;
|
||||
|
@ -367,6 +367,8 @@ implementation
|
||||
callpara^.ai:=cnv;
|
||||
end;
|
||||
end;
|
||||
else
|
||||
;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user