From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 30 Jan 2020 00:57:50 +0000 Subject: Re: [PATCH] KVM: PPC: Book3S PR: Fix -Werror=return-type build failure Message-Id: <20200130005750.GC25802@blackberry> List-Id: References: <87v9oxkfxd.fsf@gmail.com> In-Reply-To: <87v9oxkfxd.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org On Sun, Jan 26, 2020 at 05:31:58PM -0500, David Michael wrote: > Signed-off-by: David Michael > --- > > Hi, > > I attempted to build 5.4.15 for PPC with KVM enabled using GCC 9.2.0 (on > Gentoo), and compilation fails due to no return statement in a non-void > function. > > Can this fix be applied? Thanks, patch applied to my kvm-ppc-next branch. Paul.