From 6fa3bf41d757edbb311b99292b26aa45e83d9b9d Mon Sep 17 00:00:00 2001 From: aristocratos Date: Thu, 21 Oct 2021 13:12:45 +0200 Subject: [PATCH] Makefile fixed WARNFLAGS --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 331cbd6..341b81b 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,7 @@ else ifeq ($(PLATFORM_LC),macos) ifeq ($(shell command -v gdate >/dev/null; echo $$?),0) override DATE_CMD := gdate endif - override ADDFLAGS += -framework IOKit -framework CoreFoundation - override WARNFLAGS += -Wno-format-truncation + override ADDFLAGS += -framework IOKit -framework CoreFoundation -Wno-format-truncation SU_GROUP := wheel else $(error $(shell printf "\033[1;91mERROR: \033[97mUnsupported platform ($(PLATFORM))\033[0m"))