From owner-svn-ports-head@FreeBSD.ORG Fri May 24 03:37:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A3204DEC; Fri, 24 May 2013 03:37:28 +0000 (UTC) Date: Fri, 24 May 2013 03:37:28 +0000 From: Alexey Dokuchaev To: Chris Rees Subject: Re: svn commit: r318913 - in head/devel/libcfu: . files Message-ID: <20130524033728.GE48975@FreeBSD.org> References: <201305232205.r4NM5MSa002349@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201305232205.r4NM5MSa002349@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 03:37:28 -0000 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? ./danfe