Re: [PATCH 1/1] tools: mkimage: use /* fallthrough */ as needed

2020-05-15 Thread Tom Rini
On Sat, May 09, 2020 at 05:10:41PM +0200, Heinrich Schuchardt wrote: > GCC recognizes /* fallthrough */ if -Wimplicit-fallthrough=3 is enabled. > Let's use it consistently. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signatu

Re: [PATCH 1/1] tools: mkimage: use /* fallthrough */ as needed

2020-05-11 Thread Punit Agrawal
Heinrich Schuchardt writes: > GCC recognizes /* fallthrough */ if -Wimplicit-fallthrough=3 is enabled. > Let's use it consistently. > > Signed-off-by: Heinrich Schuchardt > --- > tools/mkimage.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/mkimage.c b/tools/mki

[PATCH 1/1] tools: mkimage: use /* fallthrough */ as needed

2020-05-09 Thread Heinrich Schuchardt
GCC recognizes /* fallthrough */ if -Wimplicit-fallthrough=3 is enabled. Let's use it consistently. Signed-off-by: Heinrich Schuchardt --- tools/mkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage.c b/tools/mkimage.c index 336376f8d0..5689e5d75f 100644 ---

[PATCH 1/1] tools: mkimage: use /* fallthrough */ as needed

2020-05-09 Thread Heinrich Schuchardt
GCC recognizes /* fallthrough */ if -Wimplicit-fallthrough=3 is enabled. Let's use it consistently. Signed-off-by: Heinrich Schuchardt --- tools/mkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkimage.c b/tools/mkimage.c index 336376f8d0..5689e5d75f 100644 ---