Re: [Spice-devel] [PATCH vd_agent_linux v2 1/7] vdagentd: Tell different tools that we are falling through

2019-01-04 Thread Christophe Fergeau
On Fri, Jan 04, 2019 at 08:36:59AM +, Frediano Ziglio wrote: > Different tools (compilers or analysers) recognise missing break > in switch as possible problems. > Many recognise "fall through" comment to tell is wanted. a "fall through" comment (I think), "to tell it is wanted" Acked-by:

[Spice-devel] [PATCH vd_agent_linux v2 1/7] vdagentd: Tell different tools that we are falling through

2019-01-04 Thread Frediano Ziglio
Different tools (compilers or analysers) recognise missing break in switch as possible problems. Many recognise "fall through" comment to tell is wanted. Signed-off-by: Frediano Ziglio --- src/vdagentd/vdagentd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vdagentd/vdagentd.c