mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 11:30:25 +02:00
* initialize secalign before case statement to avoid warning. Mantis #28326
git-svn-id: trunk@31145 -
This commit is contained in:
parent
f402b0d7df
commit
8d145ce706
@ -991,6 +991,7 @@ implementation
|
||||
exit;
|
||||
end;
|
||||
OverlayName:=LNames[SegDefRec.OverlayNameIndex];
|
||||
SecAlign:=1; // otherwise warning prohibits compilation
|
||||
case SegDefRec.Alignment of
|
||||
saRelocatableByteAligned:
|
||||
SecAlign:=1;
|
||||
|
Loading…
Reference in New Issue
Block a user