From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9785 invoked by alias); 8 Mar 2007 23:52:50 -0000 Received: (qmail 9764 invoked by uid 48); 8 Mar 2007 23:52:40 -0000 Date: Thu, 08 Mar 2007 23:52:00 -0000 Message-ID: <20070308235240.9763.qmail@sourceware.org> From: "kris dot van dot hees at oracle dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070308171128.4172.kris.van.hees@oracle.com> References: <20070308171128.4172.kris.van.hees@oracle.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4172] Add option to configure to disable warnings-as-errors behaviour X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00591.txt.bz2 List-Id: ------- Additional Comments From kris dot van dot hees at oracle dot com 2007-03-08 23:52 ------- Change checked in: This adds an option to configure that allows --enable-werror and --disable-werror. It is enabled by default (backwards compatible). When --disable-werror is specified as argument to autogen.sh (which passes it to configure), the -Werror option will *not* be specified as part of CXXFLAGS, CFLAGS, and GCJFLAGS. In addition, the hack to work around the gcj problem (not actually reporting failure in the event of warnings when -Werror is specified) will be disabled with --disable-werror is specified. The implementation of this option has been discussed at great length on the frysk IRC channel on Mar 8th, 2007. This commit modifies the earlier move of the "-Wall -Werror" options from Makefile.rules to frysk-common.ac, by taking out the "-Werror" option because that one is now under autoconf control. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=4172 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.