From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 2/5] net/mlx5: remove pdentic pragma Date: Thu, 17 Aug 2017 15:38:33 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Shahaf Shuler To: Nelio Laranjeiro , Adrien Mazarguil , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E0AB87D7F for ; Thu, 17 Aug 2017 16:38:35 +0200 (CEST) In-Reply-To: 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 8/1/2017 1:09 PM, Nelio Laranjeiro wrote: > Those are useless since DPDK headers have been cleaned up. > > Signed-off-by: Nelio Laranjeiro > Acked-by: Shahaf Shuler <...> > > -/* DPDK headers don't like -pedantic. */ > -#ifdef PEDANTIC > -#pragma GCC diagnostic ignored "-Wpedantic" > -#endif Good to see that they are going, thanks. Is verbs.h one still required?