On Tue, May 22, 2012 at 10:23 PM, Stefan Weil <s...@weilnetz.de> wrote:
> The local variables ret, i are only used if __linux__ is defined.
>
> Signed-off-by: Stefan Weil <s...@weilnetz.de>
> ---
>  hw/virtio-blk.c |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

The #ifdef __linux__ further down in the function declares the local
hdr variable.  We could move ret and i down into the #ifdef instead of
adding a new one.

Reply via email to