summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-26 07:44:26 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2012-07-26 07:44:26 +0000
commitc85c6de761d1d1b0c9d2d2caec30eb2c34a5e769 (patch)
tree0422ee89ce1d2566d96ba636817ab8666b265536 /ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
parent73c82041dce895f978ff111842aa86105476ff73 (diff)
downloadedk2-platforms-c85c6de761d1d1b0c9d2d2caec30eb2c34a5e769.tar.xz
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
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c1
1 files changed, 1 insertions, 0 deletions
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;