Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 07:08:56 +0100
From:      Chris Rees <utisoft@gmail.com>
To:        Alexey Dokuchaev <danfe@freebsd.org>
Cc:        Chris Rees <crees@freebsd.org>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r318913 - in head/devel/libcfu: . files
Message-ID:  <CADLo838BUMHeCv7v16QU41fWy3Yyia2DsK7jBfM42q8=A7ZV0w@mail.gmail.com>
In-Reply-To: <20130524033728.GE48975@FreeBSD.org>
References:  <201305232205.r4NM5MSa002349@svn.freebsd.org> <20130524033728.GE48975@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 24 May 2013 04:37, "Alexey Dokuchaev" <danfe@freebsd.org> wrote:
>
> On Thu, May 23, 2013 at 10:05:22PM +0000, Chris Rees wrote:
> > New Revision: 318913
> > URL: http://svnweb.freebsd.org/changeset/ports/318913
> >
> > Log:
> >   New versions of clang complain about assigning variables to
themselves.
> >
> >   Let's just remove -Werror and ignore the warnings.
>
> Hmm, wouldn't it be better to fix these bugs (judging from commit log it
> should not be too hard) and send the patch upstream?

They are just example files, doing silly things such as;

argc = argc;

Trouble is, removing these leads to "unused variable" warnings, so really
it's better to ignore the warnings.

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo838BUMHeCv7v16QU41fWy3Yyia2DsK7jBfM42q8=A7ZV0w>