From 21ea0ec3e5bffa81122cee9fde88b2e8211bf63e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 22:27:01 -0400 Subject: Suppress new warnings in clang and clang-tidy 14 --- test/.clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/.clang-tidy b/test/.clang-tidy index 539d0b59..7ffba27b 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -5,6 +5,7 @@ Checks: > -altera-*, -android-cloexec-fopen, -bugprone-easily-swappable-parameters, + -cert-err33-c, -clang-analyzer-nullability.NullabilityBase, -clang-analyzer-nullability.NullableDereferenced, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, @@ -12,6 +13,7 @@ Checks: > -hicpp-signed-bitwise, -llvmlibc-*, -readability-function-cognitive-complexity, + -readability-identifier-length, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1