Blame SOURCES/disable-Werror.patch

4ce3c2
--- mdadm/Makefile.orig	2021-07-28 21:39:23.887433859 +0800
4ce3c2
+++ mdadm/Makefile	2021-07-28 21:39:37.989432841 +0800
4ce3c2
@@ -50,7 +50,7 @@
4ce3c2
 CC := $(CROSS_COMPILE)gcc
4ce3c2
 endif
4ce3c2
 CXFLAGS ?= -ggdb
4ce3c2
-CWFLAGS = -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter
4ce3c2
+CWFLAGS = -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter
4ce3c2
 ifdef WARN_UNUSED
4ce3c2
 CWFLAGS += -Wp,-D_FORTIFY_SOURCE=2 -O3
4ce3c2
 endif