From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: a compile error? Date: Thu, 10 Jun 2010 10:20:45 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Li, Xin" , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 10/06/2010 09:27, "Li, Xin" wrote: > the culprit snip is: > > if ( unlikely(now - s->next_second_time > SECONDS(86400)) ) > { > dprintk(XENLOG_WARNING, "HVM RTC: dom %u skipping %llu seconds\n", > ^^^^^^^^^ > vrtc_domain(s)->domain_id, > (now - s->next_second_time) / SYSTEM_TIME_HZ); > s->next_second_time = now; > } > > > Should we use PRIu64 here? I don't know if people using newer gcc don't see > this as nobody complained. Fixed by xen-unstable:21590. Thanks, Keir