未验证 提交 eece2bef 编写于 作者: V vit9696 提交者: GitHub

OcBootManagementLib: Fix compiler warning

上级 82dfecb8
...@@ -37,7 +37,6 @@ PanicUnpack ( ...@@ -37,7 +37,6 @@ PanicUnpack (
VOID *Unpacked; VOID *Unpacked;
CONST UINT8 *PackedWalker; CONST UINT8 *PackedWalker;
UINT8 *UnpackedWalker; UINT8 *UnpackedWalker;
UINTN Index;
UINT64 Sequence; UINT64 Sequence;
if (OcOverflowMulUN (PackedSize, 8, UnpackedSize)) { if (OcOverflowMulUN (PackedSize, 8, UnpackedSize)) {
...@@ -59,7 +58,6 @@ PanicUnpack ( ...@@ -59,7 +58,6 @@ PanicUnpack (
return NULL; return NULL;
} }
Index = 0;
Sequence = 0; Sequence = 0;
PackedWalker = Packed; PackedWalker = Packed;
UnpackedWalker = Unpacked; UnpackedWalker = Unpacked;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册