From 8bc89a9cecbc76a2c121c1b36ce79254c59212c8 Mon Sep 17 00:00:00 2001 From: Charles Nicholson Date: Sun, 22 Oct 2023 10:51:55 -0400 Subject: [PATCH] clang: -Wunsafe-buffer-usage --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7a76fa2..e60b71b 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,8 @@ CPPFLAGS += -Wall -Werror -Wextra ifneq '' '$(findstring clang,$(COMPILER_VERSION))' CPPFLAGS += -Weverything \ + -Wno-unknown-warning-option \ + -Wno-unsafe-buffer-usage \ -Wno-poison-system-directories \ -Wno-format-pedantic \ -Wno-c++98-compat-bind-to-temporary-copy