audk/ShellPkg/Library
Dandan Bi 7343bc8062 ShellPkg/UefiShellAcpiViewCommandLib: Fix GCC build failure
Fix following GCC build issues:
1.
xxx/SratParser.c:127:47: error:
initialization from incompatible pointer type
[-Werror=incompatible-pointer-types]
{L"Proximity Domain [31:8]", 3, 9, L"0x%x", DumpSratApicProximity,
                                            ^
xxx/SratParser.c:127:47: note:
(near initialization for 'SratApciSapicAffinityParser[6].PrintFormatter')

2.
xxx\UefiShellAcpiViewCommandLib.c:66:14:
error: 'Status' may be used uninitialized in this fu
nction [-Werror=maybe-uninitialized]
   EFI_STATUS Status;
              ^

cc: Alexei Fedorov <Alexei.Fedorov@arm.com>
cc: Ruiyu Ni <ruiyu.ni@intel.com>
cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
2018-08-01 09:00:41 +08:00
..
UefiHandleParsingLib ShellPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:49 +08:00
UefiShellAcpiViewCommandLib ShellPkg/UefiShellAcpiViewCommandLib: Fix GCC build failure 2018-08-01 09:00:41 +08:00
UefiShellBcfgCommandLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
UefiShellCEntryLib ShellPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:49 +08:00
UefiShellCommandLib ShellPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:49 +08:00
UefiShellDebug1CommandsLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
UefiShellDriver1CommandsLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
UefiShellInstall1CommandsLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
UefiShellLevel1CommandsLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
UefiShellLevel2CommandsLib ShellPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:49 +08:00
UefiShellLevel3CommandsLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
UefiShellLib ShellPkg: Removing ipf which is no longer supported from edk2. 2018-06-29 16:19:49 +08:00
UefiShellNetwork1CommandsLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00
UefiShellNetwork2CommandsLib ShellPkg: Clean up source files 2018-06-28 11:19:51 +08:00