[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20131118.144952.1387398381461593052.davem@davemloft.net>
Date: Mon, 18 Nov 2013 14:49:52 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: festevam@...il.com
Cc: netdev@...r.kernel.org, fabio.estevam@...escale.com
Subject: Re: [PATCH 2/2] net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n
From: Fabio Estevam <festevam@...il.com>
Date: Sat, 16 Nov 2013 00:52:08 -0200
> From: Fabio Estevam <fabio.estevam@...escale.com>
>
> When CONFIG_SYSCTL=n the following build warning happens:
>
> net/ipv6/ndisc.c:1730:1: warning: label 'out' defined but not used [-Wunused-label]
>
> The 'out' label is only used when CONFIG_SYSCTL=y, so move it inside the
> 'ifdef CONFIG_SYSCTL' block.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists