]> git.proxmox.com Git - qemu.git/commit - exec.c
Fix most warnings (errors with -Werror) when debugging is enabled
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 20 Jul 2009 17:19:25 +0000 (17:19 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 20 Jul 2009 17:19:25 +0000 (17:19 +0000)
commit0bf9e31af1cc2915c9d250aab0ada0878df897ee
tree881f69538a0a506d2cbb41c7b0aa67bc8f4ea2bc
parentc0a2a096a0f1655e604370ab373bf96f6784b69b
Fix most warnings (errors with -Werror) when debugging is enabled

I used the following command to enable debugging:
perl -p -i -e 's/^\/\/#define DEBUG/#define DEBUG/g' * */* */*/*

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
21 files changed:
block/qcow2-refcount.c
block/raw-posix.c
buffered_file.c
exec.c
hw/cirrus_vga.c
hw/i8259.c
hw/openpic.c
hw/ppc_prep.c
hw/scsi-disk.c
hw/slavio_timer.c
hw/sun4c_intctl.c
hw/usb-ohci.c
hw/usb-uhci.c
hw/vga.c
linux-user/mmap.c
linux-user/signal.c
linux-user/syscall.c
qemu-tool.c
target-ppc/helper.c
target-sparc/helper.c
target-sparc/op_helper.c