From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 05:59:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,477,1500966000"; d="scan'208";a="135090575" Received: from aburakov-mobl2.ger.corp.intel.com (HELO [10.237.210.16]) ([10.237.210.16]) by orsmga004.jf.intel.com with ESMTP; 04 Oct 2017 05:59:19 -0700 To: Keith Wiles , dev@dpdk.org References: <20170815135305.70024-1-keith.wiles@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Wed, 4 Oct 2017 13:59:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170815135305.70024-1-keith.wiles@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app: fix gcc -O3 compiler errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2017 12:59:21 -0000 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