summary refs log tree commit diff stats
path: root/hw/lm32/lm32_boards.c
diff options
context:
space:
mode:
authorChen Qun <kuhn.chenqun@huawei.com>2020-02-26 16:46:44 +0800
committerJuan Quintela <quintela@redhat.com>2020-02-28 09:25:49 +0100
commit600fe89d6e627a18a01f4b7aef15d84efdb81548 (patch)
tree66b2a56032edbb33c4504b45096cf1a25e632cc3 /hw/lm32/lm32_boards.c
parent87dc6f5f665f581923536a1346220c7dcebe5105 (diff)
downloadfocaccia-qemu-600fe89d6e627a18a01f4b7aef15d84efdb81548.tar.gz
focaccia-qemu-600fe89d6e627a18a01f4b7aef15d84efdb81548.zip
migration/vmstate: Remove redundant statement in vmstate_save_state_v()
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 <euler.robot@huawei.com>
Signed-off-by: Chen Qun <kuhn.chenqun@huawei.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw/lm32/lm32_boards.c')
0 files changed, 0 insertions, 0 deletions