Date: Thu, 28 Aug 2008 14:51:57 +0200 From: Kris Kennaway <kris@FreeBSD.org> To: Anton Shterenlikht <mexas@bristol.ac.uk> Cc: freebsd-questions@freebsd.org Subject: Re: How to disable "cc1plus: warnings being treated as errors" Message-ID: <48B69F6D.7030704@FreeBSD.org> In-Reply-To: <20080828123506.GA41395@mech-cluster238.men.bris.ac.uk> References: <20080828123506.GA41395@mech-cluster238.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Anton Shterenlikht wrote: > I'm trying to build a port and get stopped on a warning > because > "cc1plus: warnings being treated as errors" > > Even though it is probably there for a reason, I'd like > to try to continue with the build. But I cannot see > what c++ switch prevents warnings from being treated as > errors. > > Please advise > many thanks > It is -Werror. Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48B69F6D.7030704>