From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/load_balancer: fix build with gcc 5.1 Date: Wed, 03 Jun 2015 16:19:57 +0200 Message-ID: <3772497.7mh5ftExE8@xps13> References: <1433255928-11461-1-git-send-email-thomas.monjalon@6wind.com> <20150603130646.GA6236@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id F2CCC5A35 for ; Wed, 3 Jun 2015 16:20:48 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so93236732wib.1 for ; Wed, 03 Jun 2015 07:20:47 -0700 (PDT) In-Reply-To: <20150603130646.GA6236@bricha3-MOBL3> 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" 2015-06-03 14:06, Bruce Richardson: > On Tue, Jun 02, 2015 at 04:38:48PM +0200, Thomas Monjalon wrote: > > GCC 5.1 detects more out-of-bounds accesses: > > error: array subscript is above array bounds [-Werror=array-bounds] > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Bruce Richardson Applied, thanks