From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wiles, Keith" Subject: Re: [PATCH v3 00/11] Fix build errors related to exported headers Date: Thu, 7 Jul 2016 18:33:17 +0000 Message-ID: <10B01822-557C-400A-A6BE-DBFF60AF90E4@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Adrien Mazarguil Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 79A402C17 for ; Thu, 7 Jul 2016 20:33:19 +0200 (CEST) In-Reply-To: Content-Language: en-US Content-ID: <4A77CD854C93B943887CADDD93B27229@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > On Jul 7, 2016, at 10:49 AM, Adrien Mazarguil wrote: >=20 > DPDK uses GNU C language extensions in most of its code base. This is fin= e > for internal source files whose compilation flags are controlled by DPDK, > however user applications that use exported "public" headers may experien= ce > compilation failures when enabling strict error/standard checks (-std and > -pedantic for instance). Do you try compiling these changes with CLANG and/or ICC compilers?=