coreboot-utils fails to build with latest llvm |
|||||
Issue description
Fails to build because of the following warning.
cbfs-payload-linux.c:255:43: note: add parentheses around left hand side expression to silence this warning
if ((hdr->protocol_version >= 0x200) && (!hdr->loadflags & 1)) {
,
Nov 18 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/coreboot/+/35c4935f2a89c3d3b45213372bcf0474a60eda43 commit 35c4935f2a89c3d3b45213372bcf0474a60eda43 Author: Manoj Gupta <manojgupta@google.com> Date: Mon Nov 14 19:19:30 2016 Fix coreboot-utils to build with latest llvm cbfs-payload-linux.c:255:43: note: add parentheses around left hand side expression to silence this warning if ((hdr->protocol_version >= 0x200) && (!hdr->loadflags & 1)) { BUG= chromium:665657 TEST=coreboot-utils builds Change-Id: I8758e7d158ca32e87107797f2a33b9d9a0e4676f Reviewed-on: https://chromium-review.googlesource.com/411335 Commit-Ready: Manoj Gupta <manojgupta@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org> [modify] https://crrev.com/35c4935f2a89c3d3b45213372bcf0474a60eda43/util/cbfstool/cbfs-payload-linux.c
,
Nov 21 2016
,
Mar 4 2017
,
Mar 17 2017
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by manojgupta@chromium.org
, Nov 16 2016