Re: [PATCH 2/2] libiscsi: Annotate fall-through

2018-03-06 Thread Chris Leech
On Thu, Mar 01, 2018 at 10:07:48AM -0800, Bart Van Assche wrote: > This patch avoids that building with W=1 causes the compiler to > complain about fall-through. > > Signed-off-by: Bart Van Assche > Cc: Lee Duncan > Cc: Chris Leech >

Re: [PATCH 2/2] libiscsi: Annotate fall-through

2018-03-01 Thread Lee Duncan
On 03/01/2018 10:07 AM, Bart Van Assche wrote: > This patch avoids that building with W=1 causes the compiler to > complain about fall-through. > > Signed-off-by: Bart Van Assche > Cc: Lee Duncan > Cc: Chris Leech > --- >

[PATCH 2/2] libiscsi: Annotate fall-through

2018-03-01 Thread Bart Van Assche
This patch avoids that building with W=1 causes the compiler to complain about fall-through. Signed-off-by: Bart Van Assche Cc: Lee Duncan Cc: Chris Leech --- drivers/scsi/libiscsi.c | 1 + 1 file changed, 1 insertion(+) diff --git