[gitg/wip/0.2-branch-for-review: 2/2] build: Don't tie -Wall -Werror to maintainer mode



commit 3c29a1fef495b3c2af7b1b4e58526c472c622583
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed Mar 27 18:07:52 2013 +0100

    build: Don't tie -Wall -Werror to maintainer mode
    
    We already have GNOME_COMPILE_WARNINGS that specifies a sane set of
    subset of Werror flags.

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2235010..9b998d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,6 @@ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
 GNOME_COMPILE_WARNINGS([maximum])
 
 if test "x$USE_MAINTAINER_MODE" = "xyes"; then
-PACKAGE_CFLAGS="$PACKAGE_CFLAGS -Wall -Werror -Wuninitialized -Wmissing-declarations"
 enable_deprecations="yes"
 fi
 


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