From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app: fix gcc -O3 compiler errors Date: Sat, 07 Oct 2017 00:00:27 +0200 Message-ID: <2007012.7sd1xRBU0h@xps> References: <20170815135305.70024-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" To: Keith Wiles Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C30B11B1B5 for ; Sat, 7 Oct 2017 00:00:29 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 04/10/2017 14:59, Burakov, Anatoly: > 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 Rebased and re-targetted to procinfo only as the crypto app is already fixed by Olivier for -Og compilation. Applied, thanks