From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH] app: fix gcc -O3 compiler errors Date: Wed, 4 Oct 2017 13:59:18 +0100 Message-ID: References: <20170815135305.70024-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Keith Wiles , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3EBE41B655 for ; Wed, 4 Oct 2017 14:59:20 +0200 (CEST) In-Reply-To: <20170815135305.70024-1-keith.wiles@intel.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 15-Aug-17 2:53 PM, Keith Wiles wrote: > When using EXTRA_CFLAGS="-g -O3" in the build the -O3 causes > compiler warnings for these two applications. Using Ubuntu 17.04 > gcc compiler. > > Signed-off-by: Keith Wiles > --- Acked-by: Anatoly Burakov