ArmPkg: Fix warnings raised by ARMGCC
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11829 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -38,7 +38,8 @@ BootMenuAddBootOption (
|
||||
EFI_DEVICE_PATH* DevicePath;
|
||||
EFI_DEVICE_PATH_PROTOCOL *DevicePathNode;
|
||||
|
||||
Attributes = 0;
|
||||
Attributes = 0;
|
||||
SupportedBootDevice = NULL;
|
||||
|
||||
//
|
||||
// List the Boot Devices supported
|
||||
@@ -402,6 +403,7 @@ BootMenuMain (
|
||||
UINTN Index;
|
||||
UINTN BootMainEntryCount;
|
||||
|
||||
BootOption = NULL;
|
||||
BootMainEntryCount = sizeof(BootMainEntries) / sizeof(struct BOOT_MAIN_ENTRY);
|
||||
|
||||
// Get Boot#### list
|
||||
|
Reference in New Issue
Block a user