Re: [Qemu-devel] [PATCH] arch_init.c: add missing '%' symbols before PRIu64 in debug printfs

2012-09-05 Thread Stefan Hajnoczi
On Wed, Sep 05, 2012 at 01:04:56PM +0400, Igor Mitsyanko wrote: > '%' symbols were missing in front of PRIu64 macros in DPRINTF() messages in > arch_init.c, this caused compilation warnings when compiled with > DEBUG_ARCH_INIT defined. > > Signed-off-by: Igor Mitsyanko > --- > arch_init.c |

[Qemu-devel] [PATCH] arch_init.c: add missing '%' symbols before PRIu64 in debug printfs

2012-09-05 Thread Igor Mitsyanko
'%' symbols were missing in front of PRIu64 macros in DPRINTF() messages in arch_init.c, this caused compilation warnings when compiled with DEBUG_ARCH_INIT defined. Signed-off-by: Igor Mitsyanko --- arch_init.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arc