Hello Marc Jones, build bot (Jenkins), Nico Huber, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/21018
to look at the new patch set (#2).
Change subject: vendorcode/amd/cimx/sb800: Add parentheses ......................................................................
vendorcode/amd/cimx/sb800: Add parentheses
Clang 4.0.1 shows the error below.
CC romstage/vendorcode/amd/cimx/sb800/GEC.o src/vendorcode/amd/cimx/sb800/GEC.c:140:8: error: logical not is only applied to the left hand side of this comparison [-Werror,-Wlogical-not-parentheses] if ( !pConfig->GecConfig == 0) { ^ ~~
Instead of adding the parentheses, use `!=`.
Change-Id: Idfd5f784872a37794ee43c8ec0a936f7be68ad64 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/vendorcode/amd/cimx/sb800/GEC.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/21018/2