Author: mccann Date: Mon Feb 11 19:29:02 2008 New Revision: 5748 URL: http://svn.gnome.org/viewvc/gdm?rev=5748&view=rev
Log: 2008-02-11 William Jon McCann <[EMAIL PROTECTED]> * configure.ac: Don't use -Werror. Modified: trunk/ChangeLog trunk/configure.ac Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac (original) +++ trunk/configure.ac Mon Feb 11 19:29:02 2008 @@ -1269,7 +1269,7 @@ -Wall \ -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \ -Wnested-externs -Wpointer-arith \ - -Wcast-align -Wsign-compare -Werror \ + -Wcast-align -Wsign-compare \ $CFLAGS" for option in -Wno-strict-aliasing -Wno-sign-compare; do _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.