This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4172] Add option to configure to disable warnings-as-errors behaviour


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]