mirror of https://github.com/acidanthera/audk.git
MdeModulePkg AcpiTableDxe: Fix GCC build warning
Initialize MaxSize variable to prevent GCC warning. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10526 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2653bb431a
commit
a6bb62e4f8
|
@ -562,6 +562,8 @@ Open (
|
|||
EFI_STATUS Status;
|
||||
UINTN MaxSize;
|
||||
|
||||
MaxSize = 0;
|
||||
|
||||
//
|
||||
// Check for invalid input parameters
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue