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
This commit is contained in:
Stricted
2018-03-19 14:51:56 +01:00
parent 1a867a02ad
commit 58f3798a01
+2 -1
View File
@@ -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 :=