Enable -Werror by default with --enable-maintainer-mode, and change warnings
authorColin Walters <walters@verbum.org>
Sat, 20 Dec 2008 01:02:14 +0000 (20:02 -0500)
committerColin Walters <walters@verbum.org>
Tue, 6 Jan 2009 22:43:18 +0000 (17:43 -0500)
commit6413acafefb307021d91ddaf21c4b0489ebf3bff
treefbdbe966ed7175f8e9ac6ec6bd6a28797914f67e
parent4e4f0de8cc8c3127641013fd833349dab34b676b
Enable -Werror by default with --enable-maintainer-mode, and change warnings

Important compiler warnings were being lost in the noise from warnings
we know about but aren't problems, and moreover made using -Werror
difficult.  Now we expect *all* developers and testers to be using
-Werror.
configure.in