From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/failsafe: fix compilation issues on GCC 4.8.5 Date: Wed, 19 Jul 2017 14:29:11 +0100 Message-ID: References: <08904b2a93a84bfebf6676d040d1cdf2dcd2e5f6.1500470158.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Gaetan Rivet , dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3F00E2C55 for ; Wed, 19 Jul 2017 15:29:20 +0200 (CEST) In-Reply-To: <08904b2a93a84bfebf6676d040d1cdf2dcd2e5f6.1500470158.git.gaetan.rivet@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/19/2017 2:18 PM, Gaetan Rivet wrote: > Reintroduce the -pedantic flag to highlight those mistakes. > > Fixes: 57a089a5020f ("net/failsafe: add fail-safe PMD") > > Signed-off-by: Gaetan Rivet Squashed into relevant commit in next-net, thanks.