From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 18:30:22 2010 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 3797D106566B; Thu, 25 Mar 2010 18:30:22 +0000 (UTC) (envelope-from brucec@muon.cran.org.uk) Received: from muon.cran.org.uk (unknown [IPv6:2001:470:1f09:679::1]) by mx1.freebsd.org (Postfix) with ESMTP id 03CAF8FC1D; Thu, 25 Mar 2010 18:30:21 +0000 (UTC) Received: by muon.cran.org.uk (Postfix, from userid 1000) id 434B89565; Thu, 25 Mar 2010 18:30:21 +0000 (UTC) Date: Thu, 25 Mar 2010 18:30:21 +0000 From: Bruce Cran To: Mario Lobo Message-ID: <20100325183020.GA24363@muon.cran.org.uk> References: <201003242258.05830.lobo@bsd.com.br> <9884b5281003250924i462eee68uf2a7eba7dd864033@mail.gmail.com> <9884b5281003251018g2599bfc9nec53b84253372e42@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9884b5281003251018g2599bfc9nec53b84253372e42@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-hackers@freebsd.org, Ryan Stone , FreeBSD-Questions@freebsd.org Subject: Re: Compiling kernel with gcc43 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, 25 Mar 2010 18:30:22 -0000 On Thu, Mar 25, 2010 at 02:18:34PM -0300, Mario Lobo wrote: > All right !! Thanks for replying ! > > There are a lot of locations throughout the source code where -Werror is > enabled > How can I disable -Werror globally? via src.conf ? will it do it for > world/kernel? > will this "damage" the resulting kernel/world binaries? You should be able to use NO_WERROR in src.conf to prevent -Werror being used. -- Bruce Cran