qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH v2 10/13] migration/vmstate: Remove redundant statement in vm


From: Juan Quintela
Subject: Re: [PATCH v2 10/13] migration/vmstate: Remove redundant statement in vmstate_save_state_v()
Date: Thu, 27 Feb 2020 19:01:08 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

<address@hidden> wrote:
> From: Chen Qun <address@hidden>
>
> The "ret" has been assigned in all branches. It didn't need to be
>  assigned separately.
>
> Clang static code analyzer show warning:
>   migration/vmstate.c:365:17: warning: Value stored to 'ret' is never read
>                 ret = 0;
>                 ^     ~
>
> Reported-by: Euler Robot <address@hidden>
> Signed-off-by: Chen Qun <address@hidden>

I thought I had already reviewed it.

Reviewed-by: Juan Quintela <address@hidden>
queued




reply via email to

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