mirror of https://github.com/acidanthera/audk.git
edk2/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c:
Pre-initialize variable to fix warning with gcc. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4708 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b64125895c
commit
6c46a5abba
|
@ -2320,6 +2320,11 @@ AddPackages (
|
|||
EFI_HII_PACKAGE_HEADER PackageHeader;
|
||||
UINT32 OldPackageListLen;
|
||||
|
||||
//
|
||||
// Initialize Variables
|
||||
//
|
||||
FontPackage = NULL;
|
||||
|
||||
//
|
||||
// Process the package list header
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue