Evan Benn has uploaded a new patch set (#3). ( https://review.coreboot.org/c/flashrom/+/71285 )
Change subject: tests: Fix warnings for 32-bit Linux ......................................................................
tests: Fix warnings for 32-bit Linux
Unit tests had int-to-pointer-cast warnings for 32-bit Linux environment, and since warnings are treated as errors this failed build with unit tests.
Ticket: https://ticket.coreboot.org/issues/407
Original-Tested-By: Branden Waldner scruffy99@gmail.com Original-Signed-off-by: Anastasia Klimchuk aklm@chromium.org Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/72038 Original-Tested-by: build bot (Jenkins) no-reply@coreboot.org Original-Reviewed-by: Angel Pons th3fanbus@gmail.com Original-Reviewed-by: Alexander Goncharov chat@joursoir.net (cherry picked from commit 87531ef11c00963100f20fac71c2428f54162916)
Change-Id: I9ec5d37cc038171afc67a69ea9a6885deb8fa4a8 Signed-off-by: Evan Benn evanbenn@google.com --- M tests/linux_spi.c 1 file changed, 26 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/85/71285/3