qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] block/qcow2-bitmap: Remove unneeded variable assignment


From: Kevin Wolf
Subject: Re: [PATCH 1/3] block/qcow2-bitmap: Remove unneeded variable assignment
Date: Mon, 17 Feb 2020 12:02:23 +0100
User-agent: Mutt/1.12.1 (2019-06-15)

Am 15.02.2020 um 17:15 hat Philippe Mathieu-Daudé geschrieben:
> Fix warning reported by Clang static code analyzer:
> 
>     CC      block/qcow2-bitmap.o
>   block/qcow2-bitmap.c:650:5: warning: Value stored to 'ret' is never read
>       ret = -EINVAL;
>       ^     ~~~~~~~
> 
> Reported-by: Clang Static Analyzer
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>

This isn't hw/, so I'm taking it through my tree. Thanks, applied to the
block branch.

Kevin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]