Skip to content

Commit

Permalink
clang: -Wunsafe-buffer-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesnicholson committed Oct 22, 2023
1 parent 7d27fbe commit 8bc89a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bc89a9

Please sign in to comment.