[gnome-color-manager] Allow the end user to disable -WError
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Allow the end user to disable -WError
- Date: Mon, 26 Jul 2010 15:50:22 +0000 (UTC)
commit 28afec25da7cd0550d2c8f9322893963156f0afc
Author: Andy Lutomirski <luto mit edu>
Date: Mon Jul 26 16:50:13 2010 +0100
Allow the end user to disable -WError
Signed-off-by: Richard Hughes <richard hughsie com>
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b030aba..f7b3909 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ LT_INIT
AM_PROG_CC_C_O
IT_PROG_INTLTOOL([0.35.0])
-GNOME_COMPILE_WARNINGS
+GNOME_COMPILE_WARNINGS(error)
GNOME_DOC_INIT
# set up gtk-doc
@@ -91,7 +91,6 @@ CPPFLAGS="$CPPFLAGS -DGSEAL_ENABLE"
if test "$GCC" = "yes"; then
WARNINGFLAGS_C="$WARNINGFLAGS_C -Wall"
- WARNINGFLAGS_C="$WARNINGFLAGS_C -Werror"
WARNINGFLAGS_C="$WARNINGFLAGS_C -Wcast-align -Wno-uninitialized"
WARNINGFLAGS_C="$WARNINGFLAGS_C -Wmissing-declarations"
# WARNINGFLAGS_C="$WARNINGFLAGS_C -Wredundant-decls"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]