diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-09-04 11:32:23 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 14:56:01 +0000 |
commit | de18f87eb15801b8e2aef4e5e6cde7299dc7f12b (patch) | |
tree | 77c15e7f9e4758d48856ea9abbb556a32bbef036 /hw/pci.c | |
parent | a6c6f44ae4a8637e2c7394b46e2ba15f7b7682a0 (diff) | |
download | hqemu-de18f87eb15801b8e2aef4e5e6cde7299dc7f12b.zip hqemu-de18f87eb15801b8e2aef4e5e6cde7299dc7f12b.tar.gz |
Sparc64: remove useless variable
Remove a useless variable, spotted by clang analyzer:
/src/qemu/target-sparc/op_helper.c:3904:18: warning: unused variable 'tmp' [-Wunused-variable]
target_ulong tmp = val;
The error message is actually incorrect since the variable is used.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pci.c')
0 files changed, 0 insertions, 0 deletions