]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/UefiShellAcpiViewCommandLib: Initialize local variables
authorShenglei Zhang <shenglei.zhang@intel.com>
Thu, 15 Aug 2019 05:35:42 +0000 (13:35 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 16 Aug 2019 06:01:49 +0000 (14:01 +0800)
commit0154e02dc702d0963904ac9e57efa9a644a212d5
treebe0b63fa6dafcc670eb24bb8613076d6daed07a9
parent8906f076de35b222a7d62bcf6ed1a4a2498a5791
ShellPkg/UefiShellAcpiViewCommandLib: Initialize local variables

At latest edk2 version, there is build failure when building ShellPkg
with VS2012x86, which results from uninitialized local variables.

Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c