From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: migration: Use PRIpfn when printing frame numbers. Date: Mon, 16 Nov 2015 12:06:37 +0000 Message-ID: <1447675597.27871.42.camel@citrix.com> References: <1447248826-3869-1-git-send-email-ian.campbell@citrix.com> <20151111134412.GB10274@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20151111134412.GB10274@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Andrew Cooper , ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-11-11 at 13:44 +0000, Wei Liu wrote: > On Wed, Nov 11, 2015 at 01:33:46PM +0000, Ian Campbell wrote: > > This avoids various printf formatting warnings when building on arm32. > > > > While touching the affected lines make them consistently use %#. > > > > Signed-off-by: Ian Campbell > > Cc: Andrew Cooper > > Acked-by: Wei Liu Applied, thanks.