commit | 8230d45bba517d78c20634425587efeb6fa14d7c | [log] [tgz] |
---|---|---|
author | Heyi Guo <heyi.guo@linaro.org> | Thu Dec 15 14:49:46 2016 +0800 |
committer | Yonghong Zhu <yonghong.zhu@intel.com> | Tue Dec 20 11:12:36 2016 +0800 |
tree | 6dd5fe87088333b26c2984c44857703c482dbb97 | |
parent | 5b26adf03a0b66b741ff05daee985888fe1d636f [diff] |
BaseTools: fix format type build warnings Fix build warnings of "format ?%d? expects argument of type ?int?, but argument 5 has type ?long unsigned int? [-Wformat=]" for BaseTools, while using "gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)". Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo <heyi.guo@linaro.org> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>