]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools GenFw: Fix XCODE5 build issue
authorLiming Gao <liming.gao@intel.com>
Mon, 14 Jan 2019 13:50:11 +0000 (21:50 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 15 Jan 2019 06:44:01 +0000 (14:44 +0800)
commit2d4fd226da4245fa18088cdc10239e12343c688a
tree8bcc177c4f2e5ad3acc73a17840d3956481875aa
parenteb98fe2ae18d46a0f1c5bc35e79e3d429fadc9f5
BaseTools GenFw: Fix XCODE5 build issue

Warning message is that "equality comparison with extraneous parentheses"
Remove extraneous parentheses around the comparison to silence this warning.
This issue is caused by commit 8daa4278e80c70e6caabc525cd122744488253f5.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Feng Bob C <bob.c.feng@intel.com>
Reviewed-by: Feng Bob C <bob.c.feng@intel.com>
BaseTools/Source/C/GenFw/GenFw.c