Re: [Qemu-devel] [PATCH] configure: Add compiler option -Wmissing-format-attribute

2010-11-21 Thread Stefan Weil
Am 21.11.2010 15:51, schrieb Anthony Liguori: On 11/15/2010 02:22 PM, Stefan Weil wrote: With the previous patches, hopefully all functions with printf like arguments use gcc's format checking. This was tested with default build configuration on linux and windows hosts (including some cross com

Re: [Qemu-devel] [PATCH] configure: Add compiler option -Wmissing-format-attribute

2010-11-21 Thread Anthony Liguori
On 11/15/2010 02:22 PM, Stefan Weil wrote: With the previous patches, hopefully all functions with printf like arguments use gcc's format checking. This was tested with default build configuration on linux and windows hosts (including some cross compilations), so chances are good that there rema

[Qemu-devel] [PATCH] configure: Add compiler option -Wmissing-format-attribute

2010-11-15 Thread Stefan Weil
With the previous patches, hopefully all functions with printf like arguments use gcc's format checking. This was tested with default build configuration on linux and windows hosts (including some cross compilations), so chances are good that there remain few (if any) functions without format chec