From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xen: arm: Drop trailing ; from DEFINE_XEN_GUEST_HANDLE Date: Tue, 15 Dec 2015 12:30:49 +0000 Message-ID: <1450182649.16856.164.camel@citrix.com> References: <1450110091-14130-1-git-send-email-ian.campbell@citrix.com> <566EFF5502000078000BF40E@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <566EFF5502000078000BF40E@prv-mh.provo.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: julien.grall@citrix.com, xen-devel@lists.xen.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Mon, 2015-12-14 at 09:41 -0700, Jan Beulich wrote: > > > > On 14.12.15 at 17:21, wrote: > > This is always present at the point of use, which with -pedantic > > provokes: > > > > error: ISO C does not allow extra ';' outside of a function [- > > Werror=edantic] > > > > Signed-off-by: Ian Campbell > > FWIW Acked-by: Jan Beulich Thanks, applied.