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>
Sat, 20 Dec 2008 01:03:50 +0000 (20:03 -0500)
commit98495b896dc77493db21b1847f508f64dc6ee7d3
treea73be2da03113d2d460a2b57c1de01ab50808ceb
parentf8d2ef4aca7d74788b9c03272e9bb536254a8ac6
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