From a590dd3f67c9f2f8f8dc3fa49920a40a5e8b369d Mon Sep 17 00:00:00 2001 From: aristocratos Date: Mon, 18 Oct 2021 11:20:12 +0200 Subject: [PATCH] Ignore format-truncation --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index db4bbfe..e75861c 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,7 @@ endif ifeq ($(PLATFORM), OSX) override LDCXXFLAGS += -framework IOKit -framework CoreFoundation + override WARNFLAGS += -Wno-format-truncation SU_GROUP := wheel else SU_GROUP := root