]> git.ipfire.org Git - thirdparty/u-boot.git/commit
tools: mkimage: use /* fallthrough */ as needed
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 9 May 2020 15:10:41 +0000 (17:10 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 May 2020 18:47:35 +0000 (14:47 -0400)
commita29162a11c341f5fa8fc177e22f23898fc96689b
tree80cc14959625ab62a88dd1b9ac5f25800095963f
parent542809620e62a3fc2f93c230440c6d105e59b32e
tools: mkimage: use /* fallthrough */ as needed

GCC recognizes /* fallthrough */ if -Wimplicit-fallthrough=3 is enabled.
Let's use it consistently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
tools/mkimage.c