From: ydong10 Date: Thu, 26 Jul 2012 07:44:26 +0000 (+0000) Subject: Fix build fail for GCC X-Git-Tag: edk2-stable201903~13221 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=c85c6de761d1d1b0c9d2d2caec30eb2c34a5e769;hp=73c82041dce895f978ff111842aa86105476ff73 Fix build fail for GCC Signed-off-by: Eric Dong git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13559 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c index 6d27ecc277..655e72a876 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c @@ -94,6 +94,7 @@ ProcessVariables ( Found = FALSE; ShellStatus = SHELL_SUCCESS; + Status = EFI_SUCCESS; NameBufferSize = INIT_NAME_BUFFER_SIZE; DataBufferSize = INIT_DATA_BUFFER_SIZE;