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

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