From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 14/15] net/netvsc: fix compile warning for fcntl.h include Date: Mon, 11 Mar 2019 11:17:15 -0700 Message-ID: <20190311111715.478007ec@shemminger-XPS-13-9360> References: <20190311173702.24471-1-ncopa@alpinelinux.org> <20190311173702.24471-15-ncopa@alpinelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Natanael Copa Return-path: Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 11D5C239 for ; Mon, 11 Mar 2019 19:17:19 +0100 (CET) Received: by mail-pf1-f194.google.com with SMTP id v21so4264026pfm.12 for ; Mon, 11 Mar 2019 11:17:19 -0700 (PDT) In-Reply-To: <20190311173702.24471-15-ncopa@alpinelinux.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 11 Mar 2019 18:37:01 +0100 Natanael Copa wrote: > Fix the following warning when building with musl libc: > > In file included from ../drivers/net/netvsc/hn_vf.c:14: > /usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] > #warning redirecting incorrect #include to > ^~~~~~~ > > Signed-off-by: Natanael Copa Acked-by: Stephen Hemminger