From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pmdinfogen: fix clang build error Date: Tue, 04 Oct 2016 11:48:46 +0200 Message-ID: <3279789.MTXqqafGi0@xps13> References: <20160928100519.14885-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman To: Ferruh Yigit Return-path: Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) by dpdk.org (Postfix) with ESMTP id 4A0CD558C for ; Tue, 4 Oct 2016 11:49:42 +0200 (CEST) Received: by mail-lf0-f47.google.com with SMTP id t81so109992339lfe.0 for ; Tue, 04 Oct 2016 02:49:42 -0700 (PDT) In-Reply-To: <20160928100519.14885-1-ferruh.yigit@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" 2016-09-28 11:05, Ferruh Yigit: > Compile error: > CC mlx5.o.pmd.o > mlx5.o.pmd.c:1:227: > error: no newline at end of file [-Werror,-Wnewline-eof] > ...__attribute__((used)) = "PMD_INFO_STRING= {...}"; > ^ > > Produced with clang 3.8.0 and MLX5_PMD and MLX5_DEBUG > config options enabled. > > Fixes: 98b0fdb0ffc6 ("pmdinfogen: add buildtools and pmdinfogen utility") > > Signed-off-by: Ferruh Yigit Applied, thanks