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:
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user