From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] eal: move empty declarations to doc Date: Mon, 23 Nov 2015 16:19:26 +0100 Message-ID: <37136009.Wa30vg46Rp@xps13> References: <1435927863-3398-2-git-send-email-joongi@an.kaist.ac.kr> <1447407326-13446-1-git-send-email-david.marchand@6wind.com> <1447407326-13446-2-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 4B6448E95 for ; Mon, 23 Nov 2015 16:20:43 +0100 (CET) Received: by wmec201 with SMTP id c201so109776950wme.1 for ; Mon, 23 Nov 2015 07:20:43 -0800 (PST) In-Reply-To: <1447407326-13446-2-git-send-email-david.marchand@6wind.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" 2015-11-13 10:35, David Marchand: > No need for those forward declarations (which breaks build when asking for > C++11 or adding pedantic flag). > > Signed-off-by: David Marchand Applied, thanks