On Sat, Sep 01, 2012 at 01:00:48PM +0200, Stefan Weil wrote: > Report from smatch: > hw/pflash_cfi01.c:431 pflash_write(180) info: ignoring unreachable code. > > Instead of removing the return statement after the switch statement, > the patch replaces the return statements in the switch statement by > break statements. Other switch statements in the same code do it also > like that. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > hw/pflash_cfi01.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan