From 124961e5a58afc00848ecadfc054b45e04ad970a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 23:55:30 -0400 Subject: Suppress new warnings in clang and clang-tidy 14 --- test/.clang-tidy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/.clang-tidy') diff --git a/test/.clang-tidy b/test/.clang-tidy index 445c1ca..fcaf19b 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -6,6 +6,7 @@ Checks: > -*-magic-numbers, -altera-*, -bugprone-easily-swappable-parameters, + -cert-err33-c, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, @@ -14,6 +15,7 @@ Checks: > -llvmlibc-*, -performance-no-int-to-ptr, -readability-function-cognitive-complexity, + -readability-identifier-length, WarningsAsErrors: '*' HeaderFilterRegex: '.*' FormatStyle: file -- cgit v1.2.1