summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/thermald/thermald/0001-configure.ac-disable-werror.patch
blob: b8639e0e4a29874a6bd67a531c6b99bbc21e76ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From b20692607ec8b0895c5ac0c23b0393ad3048640d Mon Sep 17 00:00:00 2001
From: Anuj Mittal <anuj.mittal@intel.com>
Date: Mon, 22 Jun 2020 09:34:51 +0800
Subject: [PATCH] configure.ac: disable werror

Upstream-Status: Inappropriate

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7d6c13c..3e1a8bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,6 @@ for flag in \
     -Wall \
     -Wclobbered \
     -Wempty-body \
-    -Werror \
     -Wformat \
     -Wignored-qualifiers \
     -Wmissing-field-initializers \
-- 
2.25.4