From 42790d4b40964647a42a10ffbc05ef2c33d2ef8a Mon Sep 17 00:00:00 2001 From: Charles Nicholson Date: Sun, 22 Oct 2023 10:55:28 -0400 Subject: [PATCH] clang: -Wunsafe-buffer-usage (#46) --- 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