ignore all warning
authorStricted <info@stricted.net>
Mon, 19 Mar 2018 13:51:56 +0000 (14:51 +0100)
committerStricted <info@stricted.net>
Mon, 19 Mar 2018 13:56:05 +0000 (14:56 +0100)
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

index a10c99a7fa646fbaa3145c02a3203ed4ad74e678..054727e77eda77da7de9585331411bac2f732e0a 100644 (file)
--- 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 :=