Blame SOURCES/gnome-terminal-don-t-treat-warnings-as-errors.patch

55d511
From 86753edc8b08281107ac2109cfba22fc7e3fee20 Mon Sep 17 00:00:00 2001
55d511
From: Debarshi Ray <debarshir@gnome.org>
55d511
Date: Mon, 23 Feb 2015 18:54:36 +0100
55d511
Subject: [PATCH] build: Don't treat warnings as errors
55d511
55d511
---
55d511
 configure.ac | 12 ++++++------
55d511
 1 file changed, 6 insertions(+), 6 deletions(-)
55d511
55d511
diff --git a/configure.ac b/configure.ac
55d511
index e8b10de8a143..aa84883c10a3 100644
55d511
--- a/configure.ac
55d511
+++ b/configure.ac
55d511
@@ -249,12 +249,12 @@ CC_CHECK_FLAGS_APPEND([WARN_CFLAGS],[CFLAGS],[ \
55d511
   -Wall \
55d511
   -Wcast-align \
55d511
   -Wendif-labels \
55d511
-  "-Werror=format=2 -Werror=format-nonliteral -Werror=format-security" \
55d511
-  -Werror=implicit-function-declaration \
55d511
-  -Werror=init-self \
55d511
-  -Werror=missing-include-dirs \
55d511
-  -Werror=missing-prototypes \
55d511
-  -Werror=pointer-arith \
55d511
+  "-Wformat=2 -Wformat-nonliteral -Wformat-security" \
55d511
+  -Wimplicit-function-declaration \
55d511
+  -Winit-self \
55d511
+  -Wmissing-include-dirs \
55d511
+  -Wmissing-prototypes \
55d511
+  -Wpointer-arith \
55d511
   -Wextra \
55d511
   -Wfloat-equal \
55d511
   -Wimplicit \
55d511
-- 
55d511
2.14.4
55d511