Re: [PATCH 1/5] bfq: Annotate fall-through in a switch statement

2017-09-01 Thread Paolo Valente
> Il giorno 30 ago 2017, alle ore 20:42, Bart Van Assche > ha scritto: > > This patch avoids that gcc 7 issues a warning about fall-through > when building with W=1. > > Signed-off-by: Bart Van Assche > Cc: Paolo Valente Acked-by: Paolo Valente > --- > block/bfq-iosched.c | 1 + > 1 file c

[PATCH 1/5] bfq: Annotate fall-through in a switch statement

2017-08-30 Thread Bart Van Assche
This patch avoids that gcc 7 issues a warning about fall-through when building with W=1. Signed-off-by: Bart Van Assche Cc: Paolo Valente --- block/bfq-iosched.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c index 6a7a26b6cec1..8c11c2e827a5 100644