diff options
author | Blue Swirl | 2010-04-25 17:27:14 +0200 |
---|---|---|
committer | Blue Swirl | 2010-04-25 17:27:14 +0200 |
commit | 88bf79500b7659aa7978b445393479d76e9c0c9e (patch) | |
tree | 6c2f8fd851140f0c3caea9f67a7715bea112e004 /hw/bt-hci-csr.c | |
parent | Remove IO_MEM_SUBWIDTH. (diff) | |
download | qemu-88bf79500b7659aa7978b445393479d76e9c0c9e.tar.gz qemu-88bf79500b7659aa7978b445393479d76e9c0c9e.tar.xz qemu-88bf79500b7659aa7978b445393479d76e9c0c9e.zip |
Fix dead initialization, spotted by clang analyzer
Fix clang warnings:
/src/qemu/block/vvfat.c:1102:9: warning: Value stored to 'index3' during its initialization is never read
int index3=index1+1;
/src/qemu/cmd.c:290:15: warning: Value stored to 'p' during its initialization is never read
char *p = result;
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/bt-hci-csr.c')
0 files changed, 0 insertions, 0 deletions