Re: [Qemu-devel] [PATCH for-2.4] disas/arm-a64: Add missing compiler attribute GCC_FMT_ATTR

2015-07-20 Thread Peter Maydell
On 18 July 2015 at 10:13, Peter Maydell wrote: > On 18 July 2015 at 09:27, Stefan Weil wrote: >> Type fprintf_function which fits here was defined with this attribute. >> >> Signed-off-by: Stefan Weil >> --- >> >> This is an optional trivial patch for 2.4 which fixes compiler warnings >> in my b

Re: [Qemu-devel] [PATCH for-2.4] disas/arm-a64: Add missing compiler attribute GCC_FMT_ATTR

2015-07-18 Thread Peter Maydell
On 18 July 2015 at 09:27, Stefan Weil wrote: > Type fprintf_function which fits here was defined with this attribute. > > Signed-off-by: Stefan Weil > --- > > This is an optional trivial patch for 2.4 which fixes compiler warnings > in my build environment (with -Wextra). Reviewed-by: Peter Mayd

[Qemu-devel] [PATCH for-2.4] disas/arm-a64: Add missing compiler attribute GCC_FMT_ATTR

2015-07-18 Thread Stefan Weil
Type fprintf_function which fits here was defined with this attribute. Signed-off-by: Stefan Weil --- This is an optional trivial patch for 2.4 which fixes compiler warnings in my build environment (with -Wextra). disas/arm-a64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff