diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2013-07-30 06:41:43 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-07-30 06:41:43 +0000 |
commit | e3df6949e7e2a4578660d4079988487a147c91b7 (patch) | |
tree | 0d99dc981a8de77fcadc2c975792042c5140c094 /ShellPkg/Application/Shell/ShellProtocol.c | |
parent | 5d71a30480bdf7081f72485d6bf48361c244c4d7 (diff) | |
download | edk2-platforms-e3df6949e7e2a4578660d4079988487a147c91b7.tar.xz |
Fix GCC build failure.
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14519 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application/Shell/ShellProtocol.c')
-rw-r--r-- | ShellPkg/Application/Shell/ShellProtocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPkg/Application/Shell/ShellProtocol.c b/ShellPkg/Application/Shell/ShellProtocol.c index d39114f50e..e1aadb845d 100644 --- a/ShellPkg/Application/Shell/ShellProtocol.c +++ b/ShellPkg/Application/Shell/ShellProtocol.c @@ -118,6 +118,7 @@ InternalShellProtocolDebugPrintMessage ( EFI_STATUS Status;
CHAR16 *Temp;
+ Status = EFI_SUCCESS;
DEBUG_CODE_BEGIN();
if (Mapping != NULL) {
|