summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-grsec-xen/0001-ARM-disable-implicit-function-declaration-error.patch
blob: e02d20b019dc5d7b5edcdc073d29679a189a4289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index b03f266..f3fadc9 100644
--- a/Makefile
+++ b/Makefile
@@ -391,7 +391,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__
 
 KBUILD_CFLAGS   := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
 		   -fno-strict-aliasing -fno-common \
-		   -Werror-implicit-function-declaration \
+		   -Wno-implicit-function-declaration \
 		   -Wno-format-security \
 		   -std=gnu89