Re: [Qemu-devel] [PATCH] rtl8139: Fix compilation for w32/w64

2011-04-27 Thread Aurelien Jarno
On Tue, Apr 26, 2011 at 10:17:48AM +0200, Stefan Weil wrote: > Compilation for Windows needs a different declaration for the > printf format attribute, so use the macro which was defined for > this purpose. > > Cc: Benjamin Poirier > Signed-off-by: Stefan Weil > --- > hw/rtl8139.c |3 +-- >

[Qemu-devel] [PATCH] rtl8139: Fix compilation for w32/w64

2011-04-26 Thread Stefan Weil
Compilation for Windows needs a different declaration for the printf format attribute, so use the macro which was defined for this purpose. Cc: Benjamin Poirier Signed-off-by: Stefan Weil --- hw/rtl8139.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/hw/rtl8139.c b/