From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=2ByAIL4aSNDQR+nRoSnwsENp+Eancb3m0qu1cp/gs64=; b=pnKAb8Ei7rkfloh5zZ9hYPZFwrGfaeQ59z1Yw/7tMdbj5XPQ+0nJR3UUS/7XT5AiGr d8UE/QQ5ZSrV3k2NWA4aHTbUfRtX31XHLgIX89NI6Xfb+eRYVVGAnwD9kPat2BsfnbrW 02HM0Ai/pcyi3o3741Gf5Sj1sv7l5ayNdAo8SsS7UTNi6Jbf6rOpOhpBU1pdebRWohE/ V+CjvDL150wh5NcblJC3+SNOMkCUdm5ZAW4g6Yi4qXCVGVi1Gmrdrwco2UgULZbyaFk2 bwgUTMnR75NSmq3epbCasWloUeGtwYUenppeOrgHwAQ9hgX+z71uyIDBsP9P2P3Zv9Ze EbVg== X-Gm-Message-State: APzg51CJZBrsKaSB3JR3CaTiiA26eJelWacBxJbYAYlavbJ5LOo+5rjs ACXxtw3bHFP/CmTQTJjJOqI= X-Google-Smtp-Source: ANB0VdZRjd84ACk9jjmRioZqov8hzbNEhT7iO16KxEnzhDArWCrXlhWvR5Hxi3A7Ct2fmNkxUxanZA== X-Received: by 2002:a1c:40d5:: with SMTP id n204-v6mr6203944wma.44.1536855972989; Thu, 13 Sep 2018 09:26:12 -0700 (PDT) Received: from localhost ([2001:1be0:110d:fcff:f19f:e27c:a323:8ad8]) by smtp.gmail.com with ESMTPSA id m8-v6sm3705274wrn.72.2018.09.13.09.26.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 13 Sep 2018 09:26:11 -0700 (PDT) Message-ID: <1536855967.10952.58.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , Jingjing Wu , Wenzhuo Lu Cc: dev@dpdk.org Date: Thu, 13 Sep 2018 17:26:07 +0100 In-Reply-To: <20180913144405.72772-1-bruce.richardson@intel.com> References: <20180913144405.72772-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/avf: remove unused variables and label X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 16:26:13 -0000 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