build: Add --disable-compile-warnings
authorColin Walters <walters@verbum.org>
Tue, 26 Feb 2013 16:19:51 +0000 (11:19 -0500)
committerColin Walters <walters@verbum.org>
Wed, 27 Feb 2013 13:34:01 +0000 (08:34 -0500)
commit156b14cde5423c5bdaf8f28f1a8a5a0b54fbe455
treee59907060a99e5a250b6d52e9b606149d5c1211e
parente3582c617cf00f3c90b6448d11cf253933a28802
build: Add --disable-compile-warnings

Some (broken) toolchains for example trip up
-Werror=missing-prototypes in system headers.  This patch allows
people to skip the formerly hardcoded "baseline" warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=694757
configure.ac
gio/Makefile.am
gio/tests/Makefile.am
glib/Makefile.am
glib/tests/Makefile.am
gmodule/Makefile.am
gobject/Makefile.am
gobject/tests/Makefile.am
gthread/Makefile.am