]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure
authorDandan Bi <dandan.bi@intel.com>
Mon, 30 Jul 2018 01:31:36 +0000 (09:31 +0800)
committerEric Dong <eric.dong@intel.com>
Wed, 1 Aug 2018 01:00:40 +0000 (09:00 +0800)
commite6f958d15d710da19dca3fb38943d83f1b3532d6
tree9feb98817c31f121f2791ff60476e87393ea92da
parented8746801e0d9a5fc5fec006efdedac1c09e7bbf
ShellPkg/UefiShellAcpiViewCommandLib: Fix VS2012 build failure

Fix following build error:
UefiShellAcpiViewCommandLib\AcpiParser.c(519) :
error C2308: concatenating mismatched strings
Concatenating wide "ERROR: %a: Offset Mismatch for %s"
with narrow "CurrentOffset = %d FieldOffset = %d"

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>
ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dbg2/Dbg2Parser.c
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c
ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Slit/SlitParser.c