From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id EB08A1A0D83 for ; Tue, 12 Jan 2016 23:32:44 +1100 (AEDT) In-Reply-To: <1452277810-98195-1-git-send-email-computersforpeace@gmail.com> To: Brian Norris , Ian Munsie , Michael Neuling From: Michael Ellerman Cc: Arnd Bergmann , Anton Blanchard , linux-kernel@vger.kernel.org, Michal Marek , Joe Perches , Brian Norris , linuxppc-dev@lists.ozlabs.org Subject: Re: [v2,1/2] cxl: fix build for GCC 4.6.x Message-Id: <20160112123244.CEA0D140662@ozlabs.org> Date: Tue, 12 Jan 2016 23:32:44 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-08-01 at 18:30:09 UTC, Brian Norris wrote: > GCC 4.6.3 does not support -Wno-unused-const-variable. Instead, use the > kbuild infrastructure that checks if this options exists. > > Fixes: 2cd55c68c0a4 ("cxl: Fix build failure due to -Wunused-variable behaviour change") > Suggested-by: Michal Marek > Suggested-by: Arnd Bergmann > Signed-off-by: Brian Norris Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/aa09545589ceeff884421d8eb3 cheers