mirror of https://github.com/acidanthera/audk.git
Fix build fail for GCC
Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13559 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
73c82041dc
commit
c85c6de761
|
@ -94,6 +94,7 @@ ProcessVariables (
|
|||
|
||||
Found = FALSE;
|
||||
ShellStatus = SHELL_SUCCESS;
|
||||
Status = EFI_SUCCESS;
|
||||
|
||||
NameBufferSize = INIT_NAME_BUFFER_SIZE;
|
||||
DataBufferSize = INIT_DATA_BUFFER_SIZE;
|
||||
|
|
Loading…
Reference in New Issue