From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix empty struct rte_eth_txmode Date: Wed, 12 Jun 2013 17:14:38 +0200 Message-ID: <201306121714.38491.thomas.monjalon@6wind.com> References: <201306121539.49552.thomas.monjalon@6wind.com> <1371047405-29432-1-git-send-email-thomas.monjalon@6wind.com> <51B889B2.9050105@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Olivier MATZ Return-path: In-Reply-To: <51B889B2.9050105-pdR9zngts4EAvxtiuMwx3w@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" 12/06/2013 16:46, Olivier MATZ : > On 06/12/2013 04:30 PM, Thomas Monjalon wrote: > > The previous fix was for g++ but is broken with gcc: > > error: flexible array member in otherwise empty struct > > Sorry Thomas for the previous one, I should have tested it. No problem, I should also better test before pushing :) > This one looks good, I checked compilation and it works with > gcc-4.6.3 and g++-4.6.3 pushed -- Thomas