]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix build fail for GCC
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Jul 2012 07:44:26 +0000 (07:44 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 26 Jul 2012 07:44:26 +0000 (07:44 +0000)
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

ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c

index 6d27ecc27727f88b58d6787beb556044da802509..655e72a8769ca48fee11aa402f5819895096cf09 100644 (file)
@@ -94,6 +94,7 @@ ProcessVariables (
 \r
   Found         = FALSE;\r
   ShellStatus   = SHELL_SUCCESS;\r
+  Status        = EFI_SUCCESS;\r
 \r
   NameBufferSize = INIT_NAME_BUFFER_SIZE;\r
   DataBufferSize = INIT_DATA_BUFFER_SIZE;\r