From 58f3798a019a16cd7fabd260d05dfbe504fa3703 Mon Sep 17 00:00:00 2001 From: Stricted Date: Mon, 19 Mar 2018 14:51:56 +0100 Subject: [PATCH] ignore all warning i dont really want fix this mess that mediatek did here to get a clean build log so lets disable the warning for now instead --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a10c99a7fa6..054727e77ed 100644 --- a/Makefile +++ b/Makefile @@ -381,7 +381,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -Werror-implicit-function-declaration \ -Wno-format-security \ -fno-delete-null-pointer-checks \ - -Werror=format -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast + -Werror=format -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast \ + -w KBUILD_AFLAGS_KERNEL := KBUILD_CFLAGS_KERNEL :=