aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2/restool/restool/0001-restool-fix-build-error-with-gcc7.patch
blob: 82ade02bacde93d6a2445b27051416cdc4de30ec (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
From 895db76654c796a0edc6b2d329addde108b1755c Mon Sep 17 00:00:00 2001
From: Chunrong Guo <chunrong.guo@nxp.com>
Date: Wed, 19 Jul 2017 14:31:23 +0800
Subject: [PATCH] restool: fix build error with gcc7

---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3976b66..df1e791 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,6 @@ CFLAGS = ${EXTRA_CFLAGS} \
           -Wmissing-prototypes \
           -Wpointer-arith \
           -Winline \
-          -Werror \
           -Wundef \
           -Icommon/
 
-- 
2.7.4