diff options
author | Blue Swirl | 2010-04-18 10:45:03 +0200 |
---|---|---|
committer | Blue Swirl | 2010-04-18 10:46:35 +0200 |
commit | 3c83eb4f17ffa981cb60b965087769b808062a3a (patch) | |
tree | 45935cc30e5126dec2fdf7bd724f6c67029f47e0 /hw/empty_slot.h | |
parent | tcg/ppc: Remove redundant comparison from brcond2 (diff) | |
download | qemu-3c83eb4f17ffa981cb60b965087769b808062a3a.tar.gz qemu-3c83eb4f17ffa981cb60b965087769b808062a3a.tar.xz qemu-3c83eb4f17ffa981cb60b965087769b808062a3a.zip |
Fix harmless if statements with empty body, spotted by clang
These clang errors are harmless but worth fixing:
CC libhw64/fdc.o
/src/qemu/hw/fdc.c:998:74: error: if statement has empty body [-Wempty-body]
FLOPPY_DPRINTF("Floppy digital input register: 0x%02x\n", retval);
CC libhw64/cuda.o
/src/qemu/hw/cuda.c:320:66: error: if statement has empty body [-Wempty-body]
CUDA_DPRINTF("read: reg=0x%x val=%02x\n", (int)addr, val);
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/empty_slot.h')
0 files changed, 0 insertions, 0 deletions