On Tue, 28 Sep 2010 at 22:11:38 +0200, Carlos R. Mafra wrote:
> On Tue, 28 Sep 2010 at 3:44:15 +0200, Tamas TEVESZ wrote:
>
> > --- a/WINGs/findfile.c
> > +++ b/WINGs/findfile.c
> > @@ -35,38 +35,50 @@
> >
> > char *wgethomedir()
> > {
>
> [...]
>
> > +
> > +out:
> > + return home;
>
> CC findfile.lo
> findfile.c: In function ‘wgethomedir’:
> findfile.c:62:1: warning: label ‘out’ defined but not used
>
> I will remove it and rebase the fix on top of it.
Hm, can you take a look at it? Just removing it is no good
because the last part does not "return home". So I guess
you forgot to add a final 'return home' too.
--
To unsubscribe, send mail to [email protected].