Re: [Qemu-devel] [PATCH] Add 'fall through' comments to case statements without break

2012-01-09 Thread Peter Maydell
On 9 January 2012 17:29, Stefan Weil wrote: > These comments are used by static code analysis tools and in code reviews > to avoid false warnings because of missing break statements. > > The case statements handled here were reported by coverity. > > Signed-off-by: Stefan Weil Reviewed-by: Peter

[Qemu-devel] [PATCH] Add 'fall through' comments to case statements without break

2012-01-09 Thread Stefan Weil
These comments are used by static code analysis tools and in code reviews to avoid false warnings because of missing break statements. The case statements handled here were reported by coverity. Signed-off-by: Stefan Weil --- hw/pcnet.c|1 + json-lexer.c |1 + qemu-option.c |4