Re: [PATCH] bs_sheepdog.c: fix a compiler warning due to an unused label
FUJITA Tomonori <[email protected]> Sat, 11 Oct 2014 16:01:08 +0900 (JST)
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <20141011.160108.1568838937885760502.fujita.tomonori@lab.ntt.co.jp> |
On Sat, 11 Oct 2014 13:13:22 +0900 Ryusuke Konishi <[email protected]> wrote: > This gets rid of the following gcc warning in sd_open function by > removing the unused label 'retry': > > bs_sheepdog.c: In function 'sd_open': > bs_sheepdog.c:1199:1: warning: label 'retry' defined but not used [-Wunused-label] > retry: > ^ > > Signed-off-by: Ryusuke Konishi <[email protected]> > --- > usr/bs_sheepdog.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks.