From 9c26bd2fb3d1b04cfe748cd7a8d8883feff5250f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 14 Feb 2023 03:05:05 +0000
Subject: [PATCH] disabled kernel warning

---
 kernel/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/Makefile b/kernel/Makefile
index 2b71b24..8431633 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -463,6 +463,7 @@
 		   -fno-strict-aliasing -fno-common -fshort-wchar \
 		   -Werror-implicit-function-declaration \
 		   -Werror=return-type -Wno-format-security \
+		   -w
 		   -std=gnu89
 KBUILD_CPPFLAGS := -D__KERNEL__
 KBUILD_AFLAGS_KERNEL :=

--
Gitblit v1.6.2