From c85c6de761d1d1b0c9d2d2caec30eb2c34a5e769 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Thu, 26 Jul 2012 07:44:26 +0000 Subject: 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 --- ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c') 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; -- cgit v1.2.3