aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2023-05-23 13:37:50 -0600
committerGavin D. Howard <gavin@gavinhoward.com>2023-05-23 13:37:50 -0600
commitfc813ccfec712819cbca2d9805d71d5ee063be59 (patch)
tree3055a86eb90f6a7161c31ffcb7b6f83b6d8fff86
parent50840a7ff2991bc70cbe28f758798c73abbaba36 (diff)
downloadbc-fc813ccfec712819cbca2d9805d71d5ee063be59.tar.gz
Turn off Clang's new dumb warning in the release script
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
-rwxr-xr-xscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index d383896f..a5db2044 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -664,7 +664,7 @@ unset DC_DIGIT_CLAMP
# Set some strict warning flags. Clang's -Weverything can be way too strict, so
# we actually have to turn off some things.
-clang_flags="-Weverything -Wno-padded"
+clang_flags="-Weverything -Wno-padded -Wno-unsafe-buffer-usage"
gcc_flags="-Wno-clobbered"
# Common CFLAGS.