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