]> git.proxmox.com Git - qemu.git/commit
Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)
authorStefan Weil <weil@mail.berlios.de>
Wed, 13 Oct 2010 18:54:27 +0000 (20:54 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 22 Oct 2010 17:11:33 +0000 (17:11 +0000)
commit2c80e42395bfe0bf291c082f9399431e1ff9d758
tree3834351f8a6bccd34674889d46793cfe635149a0
parent47b01cf3a16b9526f99084e99de13dfd9072882e
Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)

Replace the remaining format attribute printf by macro
GCC_FMT_ATTR which uses gnu_printf (if supported).

v2
* Removal of dyngen specific code is now done in a separate patch.
* Handle attribute in new ui/spice-display.c, too.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-all.h
ui/spice-display.c