[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190304.132444.1938515634110339846.davem@davemloft.net>
Date: Mon, 04 Mar 2019 13:24:44 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: arnd@...db.de
Cc: jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us,
vladbu@...lanox.com, marcelo.leitner@...il.com,
dcaratti@...hat.com, simon.horman@...ronome.com, adin@...lanox.com,
wenxu@...oud.cn, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net/sched: avoid unused-label warning
From: Arnd Bergmann <arnd@...db.de>
Date: Mon, 4 Mar 2019 21:40:32 +0100
> The label is only used from inside the #ifdef and should be
> hidden the same way, to avoid this warning:
>
> net/sched/act_tunnel_key.c: In function 'tunnel_key_init':
> net/sched/act_tunnel_key.c:389:1: error: label 'release_tun_meta' defined but not used [-Werror=unused-label]
> release_tun_meta:
>
> Fixes: 41411e2fd6b8 ("net/sched: act_tunnel_key: Add dst_cache support")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Applied.
Powered by blists - more mailing lists