From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 07 Jul 2016 11:33:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,324,1464678000"; d="scan'208";a="135483014" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 07 Jul 2016 11:33:18 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 7 Jul 2016 11:33:18 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.33]) by FMSMSX155.amr.corp.intel.com ([169.254.5.233]) with mapi id 14.03.0248.002; Thu, 7 Jul 2016 11:33:17 -0700 From: "Wiles, Keith" To: Adrien Mazarguil CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 00/11] Fix build errors related to exported headers Thread-Index: AQHR2Gc4U5b773yMUUeiAqC0L9GaCqANwJcA Date: Thu, 7 Jul 2016 18:33:17 +0000 Message-ID: <10B01822-557C-400A-A6BE-DBFF60AF90E4@intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.252.196.38] Content-Type: text/plain; charset="us-ascii" Content-ID: <4A77CD854C93B943887CADDD93B27229@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 00/11] Fix build errors related to exported headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 18:33:19 -0000 > 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?=