From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ixgbe: fix build with gcc 5 Date: Wed, 25 Feb 2015 16:26:15 +0100 Message-ID: <1832092.OfRcEYZgbH@xps13> References: <2601191342CEEE43887BDE71AB977258213F2123@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Panu Matilainen Return-path: In-Reply-To: <2601191342CEEE43887BDE71AB977258213F2123-pww93C2UFcwu0RiL9chJVbfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > gcc 5 supports a new logical-not-parentheses warning which > > ixgbe_common.c triggers, causing build failure with -Werror. > > Since this source must not be modified, silence the warning instead. > > > > Signed-off-by: Panu Matilainen > > Acked-by: Konstantin Ananyev Applied, thanks