Hello build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20011
to look at the new patch set (#3).
Change subject: util/cbfstool: Update lz4 to 1.7.5 ......................................................................
util/cbfstool: Update lz4 to 1.7.5
This fixes building with GCC7
This does the following: * update lz4 to 1.7.5 and change deprecated constants in compress.c * add -Wimplicit-fallthrough=3 to TOOLCFLAGS * Change Pass through in Fall through in lz4frame.c since this is what GCC looks for * Fix trailing whitespace in lz4hc.c
Change-Id: Id17f5183392decc15a41f654e398968120832bcc Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M util/cbfstool/Makefile.inc M util/cbfstool/compress.c M util/cbfstool/lz4/lib/LICENSE M util/cbfstool/lz4/lib/Makefile M util/cbfstool/lz4/lib/README.md M util/cbfstool/lz4/lib/liblz4.pc.in M util/cbfstool/lz4/lib/lz4.c M util/cbfstool/lz4/lib/lz4.h M util/cbfstool/lz4/lib/lz4frame.c M util/cbfstool/lz4/lib/lz4frame.h M util/cbfstool/lz4/lib/lz4frame_static.h M util/cbfstool/lz4/lib/lz4hc.c M util/cbfstool/lz4/lib/lz4hc.h A util/cbfstool/lz4/lib/lz4opt.h M util/cbfstool/lz4/lib/xxhash.c M util/cbfstool/lz4/lib/xxhash.h 16 files changed, 2,683 insertions(+), 2,206 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/20011/3