[metacity] Remove Werror



commit 1c4d609be77dddc8d0fd146169463561b03be998
Author: William Jon McCann <jmccann redhat com>
Date:   Tue May 17 11:20:35 2011 -0400

    Remove Werror
    
    Werror is never a good idea and definitely not when a module is
    not actively maintained.

 configure.in |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 04e5cf6..7e6cd99 100644
--- a/configure.in
+++ b/configure.in
@@ -533,9 +533,6 @@ fi
 # Warnings are there for a reason
 if test "x$GCC" = "xyes"; then
   CFLAGS="$CFLAGS -Wall -ansi"
-  if test "x$enable_maintainer_mode" = "xyes"; then
-    CFLAGS="$CFLAGS -Werror"
-  fi
 fi
 
 # Use gnome-doc-utils:



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