From d36487d9fd2c19b54a3b97bdf3562a17184711fe Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Tue, 29 Nov 2022 11:55:47 +0100 Subject: kernel panic --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 46dbd93..6dfc304 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ W += -Wwrite-strings W += -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wconversion W += -Wstrict-prototypes WNO := -Wno-error=unused-parameter -Wno-error=unused-variable -WNO += -Wno-error=unused-but-set-variable -Wno-error=infinite-recursion +WNO += -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter +WNO += -Wno-error=infinite-recursion CFLAGS = $(W) $(WNO) -fno-omit-frame-pointer -mcmodel=large CFLAGS += -mgeneral-regs-only # disables SIMD instructions -- cgit v1.2.3