]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: silence parentheses-equality warning
authorzenith432 <zenith432@users.sourceforge.net>
Sat, 9 Dec 2017 10:41:48 +0000 (10:41 +0000)
committerLiming Gao <liming.gao@intel.com>
Tue, 2 Jan 2018 12:37:32 +0000 (20:37 +0800)
commit4e97974c1e52c2fcd2640398b17266dff001b699
tree70a6f3e73b00b2dfe6d5a43023c59e9102e18eb9
parenta5b84d3480b4cebf06f61cbe4c84c5de4d1ce445
BaseTools: silence parentheses-equality warning

Some code generated by antlr causes clang to emit warning
warning: equality comparison with extraneous parentheses
  [-Wparentheses-equality]
The warning is suppressed specifically for clang without affecting other
compilers.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zenith432 <zenith432@users.sourceforge.net>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.c
BaseTools/Source/C/VfrCompile/Pccts/antlr/antlr.g
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.c
BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.g