]> git.proxmox.com Git - mirror_qemu.git/commit
rtl8139: add format attribute to DPRINTF
authorBenjamin Poirier <benjamin.poirier@gmail.com>
Wed, 20 Apr 2011 23:39:02 +0000 (19:39 -0400)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 25 Apr 2011 20:17:56 +0000 (22:17 +0200)
commitec48c7747acd1be25ca70586bc4e6640765e40c8
tree8f7f11eb6e9521ecaa9fbd70e41eaf15f738503e
parent7cdeb319e46b8aeef866e17119093e1646e77b02
rtl8139: add format attribute to DPRINTF

gcc can check the format string for correctness even when debugging output is
not enabled.
Have to make sure arguments are always available. They are optimized out if
unneeded.

Signed-off-by: Benjamin Poirier <benjamin.poirier@gmail.com>
Cc: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/rtl8139.c