From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] i40e: remove redundant compiler warning disablers Date: Wed, 9 Mar 2016 21:46:57 +0000 Message-ID: <20160309214657.GD8020@bricha3-MOBL3> References: <7f7e66dd4ed8453085b719799533365333fb1c54.1449491848.git.pmatilai@redhat.com> <188971FCDA171749BED5DA74ABF3E6F00353B34B@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Pei, Yulong" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CF2752BCD for ; Wed, 9 Mar 2016 22:47:01 +0100 (CET) Content-Disposition: inline In-Reply-To: <188971FCDA171749BED5DA74ABF3E6F00353B34B@shsmsx102.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Feb 29, 2016 at 05:51:23AM +0000, Pei, Yulong wrote: > This patch caused build error with i686-native-linuxapp-gcc (gcc version is 4.8.3) > Yes. It also breaks the build with gcc 4.4 (strict aliasing rules errors). There are probably some combination of flags can we can remove, but this set looks to remove too many. Regards, /Bruce