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