From ad7a638db6de0305a274fecc1f427e60336cfaa0 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:46:40 +0200 Subject: [PATCH] be less strickt on C99 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4231fadd74751..e1a810e2f6eac 100644 --- a/Makefile +++ b/Makefile @@ -996,7 +996,7 @@ endif NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) # warn about C99 declaration after statement -KBUILD_CFLAGS += -Wdeclaration-after-statement +#KBUILD_CFLAGS += -Wdeclaration-after-statement # Variable Length Arrays (VLAs) should not be used anywhere in the kernel KBUILD_CFLAGS += -Wvla