From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 12:52:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39A6F106567C for ; Thu, 28 Aug 2008 12:52:01 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 924C38FC12; Thu, 28 Aug 2008 12:52:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48B69F6D.7030704@FreeBSD.org> Date: Thu, 28 Aug 2008 14:51:57 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Anton Shterenlikht References: <20080828123506.GA41395@mech-cluster238.men.bris.ac.uk> In-Reply-To: <20080828123506.GA41395@mech-cluster238.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to disable "cc1plus: warnings being treated as errors" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 12:52:01 -0000 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