public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4172] New: Add option to configure to disable warnings-as-errors behaviour
@ 2007-03-08 17:11 kris dot van dot hees at oracle dot com
  2007-03-08 23:52 ` [Bug general/4172] " kris dot van dot hees at oracle dot com
  0 siblings, 1 reply; 2+ messages in thread
From: kris dot van dot hees at oracle dot com @ 2007-03-08 17:11 UTC (permalink / raw)
  To: frysk-bugzilla

In order to support being able to test functionality, even in the event of
warnings being generated during the build process, configure should get an
option to disable the warnings-as-errors behaviour in all parts of the build. 
Doing it as a configure option ensures that as the build process changes over
time, this behaviour will remain consistent.

As a first use of this functionality in configure, the autobuild environments
can perform builds with and without the warnings-as-errors setting, providing
testing both on the level of correct code, and on the level of correct
functionality.

-- 
           Summary: Add option to configure to disable warnings-as-errors
                    behaviour
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: kris dot van dot hees at oracle dot com


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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug general/4172] Add option to configure to disable warnings-as-errors behaviour
  2007-03-08 17:11 [Bug general/4172] New: Add option to configure to disable warnings-as-errors behaviour kris dot van dot hees at oracle dot com
@ 2007-03-08 23:52 ` kris dot van dot hees at oracle dot com
  0 siblings, 0 replies; 2+ messages in thread
From: kris dot van dot hees at oracle dot com @ 2007-03-08 23:52 UTC (permalink / raw)
  To: frysk-bugzilla


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-08 23:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-08 17:11 [Bug general/4172] New: Add option to configure to disable warnings-as-errors behaviour kris dot van dot hees at oracle dot com
2007-03-08 23:52 ` [Bug general/4172] " kris dot van dot hees at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).