From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH for 4.6] tools/xen-access: use PRI_xen_pfn Date: Thu, 3 Sep 2015 21:36:51 +0300 Message-ID: <55E89343.2080308@bitdefender.com> References: <1441304867-20284-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXZNZ-0006p3-Hp for xen-devel@lists.xenproject.org; Thu, 03 Sep 2015 18:36:57 +0000 Received: from smtp02.buh.bitdefender.net (unknown [10.17.80.76]) by mx-sr.buh.bitdefender.com (Postfix) with ESMTP id 53FD58050F for ; Thu, 3 Sep 2015 21:36:54 +0300 (EEST) In-Reply-To: <1441304867-20284-1-git-send-email-wei.liu2@citrix.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 , Xen-devel Cc: Tamas K Lengyel , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 09/03/2015 09:27 PM, Wei Liu wrote: > Otherwise when building with 32bit compiler, we get: > > xen-access.c: In function 'xenaccess_init': > xen-access.c:263:5: error: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'xen_pfn_t' [-Werror=format] > cc1: all warnings being treated as errors > > Signed-off-by: Wei Liu Acked-by: Razvan Cojocaru