From 723cf162c3ba24fb075b316bb09f6e42c14c1de1 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 14 Dec 2022 00:41:40 +0100 Subject: [PATCH] Build: disable -Wall dont want to see unused function warnings --- Makefile.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index afc7e53..7325d1f 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -10,7 +10,6 @@ MOUSE_ENABLED?=1 CFLAGS+=\ -finput-charset=UTF-8 \ - -Wall \ -Wpedantic \ -Wextra \ -Wwrite-strings \