From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH] net/avf: remove unused variables and label Date: Thu, 13 Sep 2018 17:26:07 +0100 Message-ID: <1536855967.10952.58.camel@debian.org> References: <20180913144405.72772-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Bruce Richardson , Jingjing Wu , Wenzhuo Lu Return-path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 6DD5D5A6E for ; Thu, 13 Sep 2018 18:26:13 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id w11-v6so6753477wrc.5 for ; Thu, 13 Sep 2018 09:26:13 -0700 (PDT) In-Reply-To: <20180913144405.72772-1-bruce.richardson@intel.com> 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 Thu, 2018-09-13 at 15:44 +0100, Bruce Richardson wrote: > Compiling with all warnings turned on causes errors about unused > variables > and an unused label. Remove these to allow building without having to > disable those warnings. >=20 > Signed-off-by: Bruce Richardson > --- > =C2=A0drivers/net/avf/avf_ethdev.c | 15 +-------------- > =C2=A0drivers/net/avf/avf_rxtx.c=C2=A0=C2=A0=C2=A0| 17 +++++------------ > =C2=A0drivers/net/avf/avf_vchnl.c=C2=A0=C2=A0|=C2=A0=C2=A02 -- > =C2=A03 files changed, 6 insertions(+), 28 deletions(-) Acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi