]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: fix LzmaCompress VS2013 make failure
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 29 Feb 2016 03:18:12 +0000 (11:18 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 29 Feb 2016 09:56:48 +0000 (17:56 +0800)
commitb0c583cdd19cc6316cbda82cb79df4346a7db8c7
tree353b1145c1ae6e4f24898295cae4f5c03a7bf1f1
parent609730ef9120cb4f30a85afc7f7833a7cc554312
BaseTools: fix LzmaCompress VS2013 make failure

when make BaseTools by VS2013, LzmaEnc.c report warning C4127:
conditional expression is constant, so this patch fix this issue.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c