diff options
author | Philippe Mathieu-Daudé | 2020-04-22 15:31:46 +0200 |
---|---|---|
committer | Laurent Vivier | 2020-05-04 14:43:24 +0200 |
commit | 00d1d29b768d920342c5e33cc56a9e0be596b2b4 (patch) | |
tree | d4038e0a307e034b38c47b8ee303044b15a02645 /hw/input | |
parent | blockdev: Remove dead assignment (diff) | |
download | qemu-00d1d29b768d920342c5e33cc56a9e0be596b2b4.tar.gz qemu-00d1d29b768d920342c5e33cc56a9e0be596b2b4.tar.xz qemu-00d1d29b768d920342c5e33cc56a9e0be596b2b4.zip |
hw/i2c/pm_smbus: Remove dead assignment
Fix warning reported by Clang static code analyzer:
CC hw/i2c/pm_smbus.o
hw/i2c/pm_smbus.c:187:17: warning: Value stored to 'ret' is never read
ret = 0;
^ ~
Reported-by: Clang Static Analyzer
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200422133152.16770-4-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/input')
0 files changed, 0 insertions, 0 deletions