diff options
author | Gary Lin <glin@suse.com> | 2016-07-29 11:25:25 +0800 |
---|---|---|
committer | david wei <david.wei@intel.com> | 2016-08-03 11:02:15 +0800 |
commit | ec9b12b9c62f654d6238053b42f3194d85355116 (patch) | |
tree | a3d6014cc71b048c7e4c236c89022ae3a59e7b1d /Vlv2TbltDevicePkg/bldX64.bat | |
parent | 5fc1373db620bd17b3e3efe7d79f4e8bd5aa8413 (diff) | |
download | edk2-platforms-ec9b12b9c62f654d6238053b42f3194d85355116.tar.xz |
Vlv2TbltDevicePkg/PlatformInitPei: Remove the unused variables
Fix the following errors from gcc:
Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c: In function 'IchRcrbInit':
Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c:513:36: error: variable 'PlatformCpuInfo' set but not used [-Werror=unused-but-set-variable]
Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c:512:35: error: variable 'LpcRevisionID' set but not used [-Werror=unused-but-set-variable]
Vlv2TbltDevicePkg/PlatformInitPei/MemoryCallback.c: In function 'EndOfPeiPpiNotifyCallback':
Vlv2TbltDevicePkg/PlatformInitPei/MemoryCallback.c:64:31: error: variable 'MemoryTop' set but not used [-Werror=unused-but-set-variable]
v2:
Also remove the variable, Hob, in PchInitPeim.c:IchRcrbInit() since
no one really uses it.
Cc: David Wei <david.wei@intel.com>
Cc: "Lu, ShifeiX A" <shifeix.a.lu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/bldX64.bat')
0 files changed, 0 insertions, 0 deletions