From 8c148d2f019518d27d21f42d071c81d52344f683 Mon Sep 17 00:00:00 2001 From: engstk Date: Sun, 31 Jul 2022 05:46:30 +0100 Subject: [PATCH] makefile: disable some clang spam Signed-off-by: engstk --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ae5e6436..fbc71d5cb 100644 --- a/Makefile +++ b/Makefile @@ -519,7 +519,8 @@ KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \ -mcpu=cortex-a55 -fdiagnostics-color=always -pipe \ -Wno-void-pointer-to-enum-cast -Wno-misleading-indentation -Wno-unused-function -Wno-bool-operation \ -Wno-unsequenced -Wno-void-pointer-to-int-cast -Wno-unused-variable -Wno-pointer-to-int-cast -Wno-pointer-to-enum-cast \ - -Wno-fortify-source -Wno-strlcpy-strlcat-size -Wno-unused-result -Wno-deprecated-declarations + -Wno-fortify-source -Wno-strlcpy-strlcat-size -Wno-unused-result -Wno-deprecated -Wno-deprecated-declarations \ + -Wformat=0 KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_AFLAGS_KERNEL :=