gnome-settings-daemon r187 - trunk



Author: mccann
Date: Fri Feb 29 20:55:37 2008
New Revision: 187
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=187&view=rev

Log:
2008-02-29  William Jon McCann  <jmccann redhat com>

	* configure.ac: Remove Werror.



Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Feb 29 20:55:37 2008
@@ -327,7 +327,7 @@
 dnl ---------------------------------------------------------------------------
 
 
-# Turn on the additional warnings last, so -Werror doesn't affect other tests.
+# Turn on the additional warnings last, so warnings don't affect other tests.
 
 AC_ARG_ENABLE(more-warnings,
 	[AC_HELP_STRING([--enable-more-warnings],
@@ -346,7 +346,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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]