From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=137.65.250.26; helo=prv3-mh.provo.novell.com; envelope-from=glin@suse.com; receiver=edk2-devel@lists.01.org Received: from prv3-mh.provo.novell.com (victor.provo.novell.com [137.65.250.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6FFAC202E5CF9 for ; Tue, 17 Oct 2017 23:43:02 -0700 (PDT) Received: from GaryWorkstation (prv-ext-foundry1int.gns.novell.com [137.65.251.240]) by prv3-mh.provo.novell.com with ESMTP (TLS encrypted); Wed, 18 Oct 2017 00:46:36 -0600 Date: Wed, 18 Oct 2017 14:46:32 +0800 From: Gary Lin To: Laszlo Ersek Cc: edk2-devel-01 , Long Qin , Leif Lindholm , Chao Zhang , Ard Biesheuvel Message-ID: <20171018064632.mznlyhndrphjfa65@GaryWorkstation> References: <20171017191646.26065-1-lersek@redhat.com> <8b22761e-7f63-b0ca-4c9d-76c3ba72a53b@redhat.com> MIME-Version: 1.0 In-Reply-To: <8b22761e-7f63-b0ca-4c9d-76c3ba72a53b@redhat.com> User-Agent: NeoMutt/20170912 (1.9.0) Subject: Re: [PATCH] SecurityPkg/AuthVariableLib: fix GCC build error X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2017 06:43:02 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 17, 2017 at 09:54:04PM +0200, Laszlo Ersek wrote: > On 10/17/17 21:16, Laszlo Ersek wrote: > > Commit 53c6ff180327 ("SecurityPkg:AuthVariableLib:Implement ECR1707 for > > Private Auth Variable", 2017-09-12) introduced the following build > > failure under several GCC toolchain versions: > > -->8-- > > Awesome; in such a short time, I got *two* R-b's. :) > > Commit 11b74aa4724a. Thanks for pushing the fix! Gary Lin