From b53cb6048bd3c1dde5661e43398669065a7ef53f Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:05:36 +0100 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0abf79b..46d1dfa 100755 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ EXTRA_CFLAGS += -Wno-cast-function-type EXTRA_CFLAGS += -Wno-date-time EXTRA_CFLAGS += -Wno-misleading-indentation EXTRA_CFLAGS += -Wno-uninitialized +CFLAGS += -Wno-declaration-after-statement # Relax some warnings from '-Wextra' so we won't get flooded with warnings EXTRA_CFLAGS += -Wno-sign-compare #EXTRA_CFLAGS += -Wno-missing-field-initializers