Hello Jacob Garber, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/35800
to look at the new patch set (#2).
Change subject: Fix more sign-compare issues ......................................................................
Fix more sign-compare issues
The one in the `dummyflasher` is a little peculiar. We actually never knew the type of the `st_size` field in `struct stat`. It happens to be `signed` in DJGPP and `unsigned` virtually everywhere else.
Change-Id: If36ba22606021400b385ea6083eacc7b360c20c5 Signed-off-by: Nico Huber nico.h@gmx.de --- M dummyflasher.c M ich_descriptors.c M libflashrom.c 3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/00/35800/2