]> git.ipfire.org Git - thirdparty/qemu.git/commit - monitor.c
Fix remaining warnings from Sparse (void return)
authorStefan Weil <sw@weilnetz.de>
Sun, 8 Mar 2015 18:30:01 +0000 (19:30 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 19 Mar 2015 08:11:55 +0000 (11:11 +0300)
commite7ae771f6de2c7b3fa87823f87d6e10caeb91ec6
treec5758affc249a4fe0b3ccd8b449d9a1941ce142e
parentfbe95bfb654f5f79778c9f292e55a67f91f5cc37
Fix remaining warnings from Sparse (void return)

Sparse report:

hw/display/vga.c:2000:5: warning: returning void-valued expression
hw/intc/arm_gic.c:707:9: warning: returning void-valued expression
hw/intc/etraxfs_pic.c:138:9: warning: returning void-valued expression
hw/nvram/fw_cfg.c:475:5: warning: returning void-valued expression
hw/timer/a9gtimer.c:124:5: warning: returning void-valued expression
hw/tpm/tpm_tis.c:794:5: warning: returning void-valued expression
hw/usb/hcd-musb.c:558:9: warning: returning void-valued expression
hw/usb/hcd-musb.c:776:13: warning: returning void-valued expression
hw/usb/hcd-musb.c:867:5: warning: returning void-valued expression
hw/usb/hcd-musb.c:932:5: warning: returning void-valued expression
include/qom/cpu.h:584:5: warning: returning void-valued expression
monitor.c:4686:13: warning: returning void-valued expression
monitor.c:4690:13: warning: returning void-valued expression

Cc: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Andreas Färber <afaerber@suse.de>
Cc: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/display/vga.c
hw/intc/arm_gic.c
hw/intc/etraxfs_pic.c
hw/nvram/fw_cfg.c
hw/timer/a9gtimer.c
hw/tpm/tpm_tis.c
hw/usb/hcd-musb.c
include/qom/cpu.h
monitor.c