hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
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
From ae86322b23aef2e4de6abdc1b220c6b56f38bcc8 Mon Sep 17 00:00:00 2001
From: Jeffy Chen <jeffy.chen@rock-chips.com>
Date: Tue, 22 Oct 2019 10:12:55 +0800
Subject: [PATCH] Revert "Makefile: enable -Werror option"
 
This reverts commit 76ba1d8a713bc964fc8e0a639f90344c4c60f026.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/Makefile b/Makefile
index 15ec80612b..c39e599a99 100644
--- a/Makefile
+++ b/Makefile
@@ -360,7 +360,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__ -D__UBOOT__
 KBUILD_CFLAGS   := -Wall -Wstrict-prototypes \
            -Wno-format-security \
            -fno-builtin -ffreestanding
-KBUILD_CFLAGS    += -fshort-wchar -Werror
+KBUILD_CFLAGS    += -fshort-wchar
 KBUILD_AFLAGS   := -D__ASSEMBLY__
 
 # Read UBOOTRELEASE from include/config/uboot.release (if it exists)
-- 
2.20.1