* initialize secalign before case statement to avoid warning. Mantis #28326

git-svn-id: trunk@31145 -
This commit is contained in:
marco 2015-06-22 11:48:42 +00:00
parent f402b0d7df
commit 8d145ce706

View File

@ -991,6 +991,7 @@ implementation
exit;
end;
OverlayName:=LNames[SegDefRec.OverlayNameIndex];
SecAlign:=1; // otherwise warning prohibits compilation
case SegDefRec.Alignment of
saRelocatableByteAligned:
SecAlign:=1;