summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <admin@qvantnet.com>2021-10-18 11:20:12 +0200
committeraristocratos <admin@qvantnet.com>2021-10-18 11:20:12 +0200
commita590dd3f67c9f2f8f8dc3fa49920a40a5e8b369d (patch)
treec51b1c281db9b7391d14b586da547637eced5445
parent4c30742d412cf552de22b3746a68cd62bfe867f2 (diff)
Ignore format-truncation
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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