Re: [Qemu-devel] [PATCH] audio: Add some fall through comments

2012-02-25 Thread malc
On Sat, 25 Feb 2012, Stefan Weil wrote: > Static code analysers expect these comments for case statements without > a break statement. Applied, thanks. [..snip..] -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH] audio: Add some fall through comments

2012-02-25 Thread Stefan Weil
Static code analysers expect these comments for case statements without a break statement. Signed-off-by: Stefan Weil --- audio/audio.c|3 +++ audio/esdaudio.c |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/audio/audio.c b/audio/audio.c index 5fff6de..398763f 1