summary refs log tree commit diff stats
path: root/hw/mips.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2011-09-04 11:03:52 +0000
committerBlue Swirl <blauwirbel@gmail.com>2011-09-10 14:50:00 +0000
commit6115c0a82dfdb4192ea42b48aebced2a7f96efd4 (patch)
treedf2e4a8cf12c987961d3275015a88a569c6948c6 /hw/mips.h
parent18f88f1195e32afd86eab2bda083f4624180e3f4 (diff)
downloadfocaccia-qemu-6115c0a82dfdb4192ea42b48aebced2a7f96efd4.tar.gz
focaccia-qemu-6115c0a82dfdb4192ea42b48aebced2a7f96efd4.zip
kvm: remove unnecessary assignments
Avoid these warnings from clang analyzer:
/src/qemu/target-i386/kvm.c:772:5: warning: Value stored to 'cwd' is never read
    cwd = swd = twd = 0;
/src/qemu/target-i386/kvm.c:772:11: warning: Although the value stored to 'swd' is used in the enclosing expression, the value is never actually read from 'swd'
    cwd = swd = twd = 0;

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/mips.h')
0 files changed, 0 insertions, 0 deletions