summary refs log tree commit diff stats
path: root/hw/qdev.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-04-18 14:22:14 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-04-18 14:22:14 +0000
commit6ad6135dcaec584958179bb57a954d3f8d890919 (patch)
treea705d8c369a282f61ae411c6970c9827fa0d15d5 /hw/qdev.c
parent676d9b9b883691cf99e298291dbc2ad7956516b9 (diff)
downloadfocaccia-qemu-6ad6135dcaec584958179bb57a954d3f8d890919.tar.gz
focaccia-qemu-6ad6135dcaec584958179bb57a954d3f8d890919.zip
Fix harmless if statements with empty body, spotted by clang
These clang errors are harmless but worth fixing:
  CC    ppc-softmmu/usb-ohci.o
/src/qemu/hw/usb-ohci.c:1104:59: error: if statement has empty body [-Wempty-body]
                          ohci->ctrl_head, ohci->ctrl_cur);
/src/qemu/hw/usb-ohci.c:1371:57: error: if statement has empty body [-Wempty-body]
        DPRINTF("usb-ohci: port %d: SUSPEND\n", portnum);
  CC    sparc64-softmmu/translate.o
/src/qemu/target-sparc/translate.c:3173:37: error: if statement has empty body [-Wempty-body]
                                    ; // XXX

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