Debarshi Ray 323e59c
From 5ecf7b1d3ccc7b196803e48d3bfce7caefe82416 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 323e59c
 configure.ac | 14 +++++++-------
Debarshi Ray 323e59c
 1 file changed, 7 insertions(+), 7 deletions(-)
Debarshi Ray 323e59c
Debarshi Ray 323e59c
diff --git a/configure.ac b/configure.ac
Debarshi Ray 323e59c
index 523a0da..f055dfe 100644
Debarshi Ray 323e59c
--- a/configure.ac
Debarshi Ray 323e59c
+++ b/configure.ac
Debarshi Ray 323e59c
@@ -270,13 +270,13 @@ 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=declaration-after-statement \
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
+  -Wdeclaration-after-statement \
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
-- 
Debarshi Ray 323e59c
2.1.0
Debarshi Ray 323e59c