From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH] adjust assertion in alloc_heap_pages() Date: Thu, 23 Apr 2015 10:18:28 +0100 Message-ID: <20150423091828.GA10810@deinos.phlegethon.org> References: <5538AB510200007800074F3A@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YlDHF-0006ld-7D for xen-devel@lists.xenproject.org; Thu, 23 Apr 2015 09:18:33 +0000 Content-Disposition: inline In-Reply-To: <5538AB510200007800074F3A@mail.emea.novell.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: Jan Beulich Cc: Ian Campbell , xen-devel , Keir Fraser , Ian Jackson List-Id: xen-devel@lists.xenproject.org At 07:20 +0100 on 23 Apr (1429773633), Jan Beulich wrote: > Older gcc warns (and due to -Werror fails) on this ASSERT() now that > "node" is of unsigned type. Make it more useful at once. > > Signed-off-by: Jan Beulich Acked-by: Tim Deegan