commit | a29162a11c341f5fa8fc177e22f23898fc96689b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat May 09 17:10:41 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 15 14:47:35 2020 -0400 |
tree | 80cc14959625ab62a88dd1b9ac5f25800095963f | |
parent | 542809620e62a3fc2f93c230440c6d105e59b32e [diff] |
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>