]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/C/VfrCompile/VfrCompiler.cpp
BaseTools/VfrCompile: Explicitly state format string for DebugMsg()
authorHao Wu <hao.a.wu@intel.com>
Sat, 8 Oct 2016 12:44:51 +0000 (20:44 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 8 Nov 2016 08:38:21 +0000 (16:38 +0800)
commit38eb573b0966af0879b85d5d83b430d95b31a884
treec2854a2123d92c157e4be02df82bf28163474483
parentd6a1ce3b130800b84c1335a810798e6147eca431
BaseTools/VfrCompile: Explicitly state format string for DebugMsg()

For calls to API DebugMsg(), explicitly state format string as "%s" when
the given variable list is a sting.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/VfrCompile/VfrCompiler.cpp