From: Stricted Date: Mon, 19 Mar 2018 13:51:56 +0000 (+0100) Subject: ignore all warning X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=58f3798a019a16cd7fabd260d05dfbe504fa3703;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 --- diff --git a/Makefile b/Makefile index a10c99a7fa64..054727e77eda 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 :=