From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 02/14] eventdev: fix errors with strict compilation flags Date: Wed, 26 Apr 2017 20:17:19 +0530 Message-ID: <20170426144718.GA26678@jerin> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: Adrien Mazarguil Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0059.outbound.protection.outlook.com [104.47.41.59]) by dpdk.org (Postfix) with ESMTP id D859747CD for ; Wed, 26 Apr 2017 16:47:37 +0200 (CEST) Content-Disposition: inline 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" -----Original Message----- > Date: Wed, 26 Apr 2017 14:07:10 +0200 > From: Adrien Mazarguil > To: dev@dpdk.org > Cc: Jerin Jacob , "De Lara Guarch, Pablo" > > Subject: [PATCH v3 02/14] eventdev: fix errors with strict compilation flags > X-Mailer: git-send-email 2.1.4 > > Exported headers must allow compilation with the strictest flags. This > commit addresses the following errors: > > In file included from build/include/rte_eventdev_pmd.h:55:0, > from /tmp/check-includes.sh.25816.c:1: > build/include/rte_eventdev.h:908:8: error: struct has no named members > [-Werror=pedantic] > [...] > In file included from /tmp/check-includes.sh.25816.c:1:0: > build/include/rte_eventdev_pmd.h:65:35: error: ISO C does not permit named > variadic macros [-Werror=variadic-macros] > [...] > > Fixes: 71f238432865 ("eventdev: introduce event driven programming model") > Fixes: 4f0804bbdfb9 ("eventdev: implement the northbound APIs") > > Cc: Jerin Jacob > Cc: "De Lara Guarch, Pablo" > Signed-off-by: Adrien Mazarguil Acked-by: Jerin Jacob