Re: [PATCH v3] lib/siphash.c: annotate implicit fall throughs

2019-03-14 Thread Jason A. Donenfeld
Hi Mathieu, Thanks for getting this v3 into shape. On Wed, Mar 13, 2019 at 3:12 PM Mathieu Malaterre wrote: > There is a plan to build the kernel with -Wimplicit-fallthrough and > these places in the code produced warnings (W=1). Fix them up. > > This commit remove the following warnings: > >

Re: [PATCH v3] lib/siphash.c: annotate implicit fall throughs

2019-03-13 Thread Joe Perches
On Wed, 2019-03-13 at 22:12 +0100, Mathieu Malaterre wrote: > There is a plan to build the kernel with -Wimplicit-fallthrough and > these places in the code produced warnings (W=1). Fix them up. > > This commit remove the following warnings: > > lib/siphash.c:71:12: warning: this statement may